0.10.0-alpha.25 • Published 6 years ago

u-clarity-angular v0.10.0-alpha.25

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

Installing Clarity Angular

  1. Install Clarity Icons package through npm:

    npm install clarity-icons
  2. Install Clarity UI package through npm:

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

    npm install clarity-angular
  4. Import the ClarityModule into your Angular 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.forRoot(),
            ....
         ],
         declarations: [ AppComponent ],
         bootstrap: [ AppComponent ]
    })
    export class AppModule {    }
0.10.0-alpha.25

6 years ago

0.10.0-alpha.24

6 years ago

0.10.0-alpha.23

6 years ago

0.10.0-alpha.22

6 years ago

0.10.0-alpha.21

6 years ago

0.10.0-alpha.20

7 years ago

0.10.0-alpha.19

7 years ago

0.10.0-alpha.18

7 years ago

0.10.0-alpha.17

7 years ago

0.10.0-alpha.16

7 years ago

0.10.0-alpha.15

7 years ago

0.10.0-alpha.14

7 years ago

0.10.0-alpha.13

7 years ago

0.10.0-alpha.12

7 years ago

0.10.0-alpha.11

7 years ago

0.10.0-alpha.9

7 years ago

0.10.0-alpha.8

7 years ago

0.10.0-alpha.7

7 years ago

0.10.0-alpha.6

7 years ago