Smart Component Layout
How to use
Installation
Go to your project, open the terminal and use the following command:
npm i @smartbit4all/component-layout
Import the SmartComponentLayoutComponent
in the app.module:
app.module.ts:
@NgModule({
declarations: [...],
imports: [
SmartComponentLayoutComponent,
...
],
providers: [
SmartSessionService,
SmartViewContextService,
...
],
...
})