1.0.5 • Published 2 years ago

@smartbit4all/component-layout v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago