1.0.5 • Published 8 months ago

@smartbit4all/component-layout v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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,
        ...
    ],
    ...
})

Usage

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago