0.7.6 • Published 7 years ago

clarity-demos v0.7.6

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

Installing Clarity Demos

  1. Install Clarity UI package through npm:

    npm install clarity-ui
  2. Install Font Awesome:

    npm install font-awesome
  3. Install the clarity-angular package through npm:

    npm install clarity-angular
  4. Install the clarity-demos package through npm:

    npm install clarity-demos
  5. Import the ClarityModule into your Angular 2 application's module. Your application's main module might look like this:

    import { NgModule } from '@angular/core';
    import { BrowserModule } from '@angular/platform-browser';
    import { ClarityModule } from 'clarity-angular';
    import { AppComponent } from './app.component';
    
    @NgModule({
        imports: [
            BrowserModule,
            ClarityModule,
            ....
         ],
         declarations: [ AppComponent ],
         bootstrap: [ AppComponent ]
    })
    export class AppModule {    }
0.7.6

7 years ago

0.7.5-dev

7 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.6.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.6.3

7 years ago

0.7.0

7 years ago

0.6.2

7 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.6.0-beta.2

8 years ago

0.6.0-beta.1

8 years ago