Skip to content
This repository has been archived by the owner on Apr 22, 2018. It is now read-only.

arutkowski00/ng-admin-lte

Repository files navigation

ng-admin-lte

AdminLTE components for Angular

Build Status

Installation

To install this library, run:

$ yarn add ng-admin-lte
# OR
$ npm install ng-admin-lte

Usage

Import AdminLteModule in your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

// Add import
import { AdminLteModule } from 'ng-admin-lte';

import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    // Add imported module here
    AdminLteModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

MIT © Adam Rutkowski

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published