0.10.0-alpha.25 • Published 8 years ago
u-clarity-angular v0.10.0-alpha.25
Installing Clarity Angular
Install Clarity Icons package through npm:
npm install clarity-icons
Install Clarity UI package through npm:
npm install clarity-ui
Install the clarity-angular package through npm:
npm install clarity-angular
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
8 years ago
0.10.0-alpha.24
8 years ago
0.10.0-alpha.23
8 years ago
0.10.0-alpha.22
8 years ago
0.10.0-alpha.21
8 years ago
0.10.0-alpha.20
8 years ago
0.10.0-alpha.19
8 years ago
0.10.0-alpha.18
8 years ago
0.10.0-alpha.17
8 years ago
0.10.0-alpha.16
8 years ago
0.10.0-alpha.15
8 years ago
0.10.0-alpha.14
8 years ago
0.10.0-alpha.13
8 years ago
0.10.0-alpha.12
8 years ago
0.10.0-alpha.11
8 years ago
0.10.0-alpha.9
8 years ago
0.10.0-alpha.8
8 years ago
0.10.0-alpha.7
8 years ago
0.10.0-alpha.6
8 years ago