0.0.19 • Published 9 years ago
ng-metamagic-extensions v0.0.19
MetaMagic Angular Extensions
Browsers support
| IE / Edge | Firefox | Chrome | Safari |
|---|---|---|---|
| Edge | last 5 versions | last 5 versions | last 2 versions |
Installation
To install this library, run:
$ npm install ng-metamagic-extensions --save-devConsuming this library
from your Angular AppModule:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import your library
import { MetaMagicWidgetModule } from 'metamagic-ng2-components';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
MetaMagicWidgetModule //Library Module
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }Once the library is imported, you can use its components in your Angular application:
Development
To generate all *.js, *.js.map and *.d.ts files:
License LGPL 3
Refer license.txt
0.0.19
9 years ago
0.0.18
9 years ago
0.0.17
9 years ago
0.0.16
9 years ago
0.0.15
9 years ago
0.0.14
9 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
