@full-fledged/ng-commons
TypeScript icon, indicating that this package has built-in type declarations

10.0.7 • Public • Published

####Install dependencies

npm i --save @angular/cdk @angular/material @angular/material-moment-adapter

####Update angular.json

{
  "styles": [
    "node_modules/@full-fledged/ng-commons/scss/ng-commons.scss",
    "src/styles/styles.scss"
  ],
  "scripts": [
    "node_modules/chart.js/dist/Chart.js",
    "node_modules/hammerjs/hammer.min.js"
  ]
}

##Include in core and shared module

@NgModule({
  exports: [
    NgCommonsModule
  ]
})
export class SharedModule {
}


@NgModule({
  imports: [
    NgCommonsModule.forRoot(),
    BrowserAnimationsModule
  ]
})
export class CoreModule {
}

Readme

Keywords

none

Package Sidebar

Install

npm i @full-fledged/ng-commons

Weekly Downloads

0

Version

10.0.7

License

none

Unpacked Size

901 kB

Total Files

106

Last publish

Collaborators

  • mathijsblok