BroadlumeCommon is a set of shared Angular components and utilities (SimpleControlsModule) published as an npm package for internal use by Broadlume. The current stable version is 1.0.1, with no public release cadence or changelog. It includes TypeScript type definitions and requires Angular and its peer dependencies. Unlike general-purpose UI libraries, it is tightly coupled to Broadlume's internal architecture and not recommended for external use.
npm install broadlume-commonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using SimpleControlsModule in an Angular module.
Avoid using this package outside Broadlume projects.
Add dependency as 'broadlume-common': 'git+https://github.com/broadlume/BroadlumeCommonControls.git'
Run 'npm run installtools' in the package directory before building.
Ensure node_modules/broadlume-common has compiled output; add 'broadlume-common' to tsconfig paths if necessary.
Reinstall via 'npm install git+https://github.com/broadlume/BroadlumeCommonControls.git --save' and run 'npm run build' inside the package.
Check Angular version compatibility; ensure SimpleControlsModule is imported in @NgModule.