@woesh/baseflow-platform-header
v0.4.0
Published
This library provides a header file that can be included in any project that want to use the Baseflow platform.
Downloads
53
Readme
Baseflow-platform-header
This library provides a header file that can be included in any project that want to use the Baseflow platform.
Dependencies
| baseflow-platform-header | Angular | |--------------------------|----------| | 0.x | >= 17.x |
Installation
Yarn:
yarn add baseflow-platform-headerNPM:
npm install baseflow-platform-header --saveUsage
import { BaseflowPlatformHeaderModule } from '@baseflow/platform-header';
@NgModule({
imports: [
BrowserAnimationsModule,
BaseflowPlatformHeaderModule.forRoot(),
],
})
export class AppModule {
}