Documentation - https://bcgov.github.io/moh-common-styles/
npm install --save moh-common-lib
To setup the shared components:
import { SharedCoreModule } from 'moh-common-lib';
@NgModule({
declarations: [ ... ],
providers: [ ... ],
imports: [
...
SharedCoreModule
]
})
You can read more at the Getting Started Guide
This library and the documentation are still very young and there are bound to be growing pains.
If you find any mistakes with either this documentation or the underlying library please submit an Issue on GitHub. Or if you're able you can ask me in person. Thanks
- Adam Coard