clarity-demos

0.7.6 • Public • Published

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 {    }
    

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i clarity-demos

      Weekly Downloads

      1

      Version

      0.7.6

      License

      MIT

      Last publish

      Collaborators

      • adityarb88
      • hippeelee
      • jaffoneh
      • jeeyun
      • mathisscott
      • shijir
      • youdz