1.0.14 • Published 7 years ago

angular-owl v1.0.14

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Angular OWL Module

npm version

Install all dependencies

Run npm install --save @angular/material @angular/cdk

and npm install --save @angular/animations

Install angular-owl package

Run npm install --save angular-owl

Adding this module in your application

Adding this code in your file : app.module.ts

import { AngularOwlComponentModule } from 'angular-owl';

@NgModule({
  imports: [
    AngularOwlComponentModule
  ],
})
export class AppModule { }

Adding material stylesheet

Adding this line in your file : angular-cli.json

"styles": [
  ...
  "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css"
],

Available pre-built themes:

  • deeppurple-amber.css
  • indigo-pink.css
  • pink-bluegrey.css
  • purple-green.css
1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago