0.0.19 • Published 7 years ago

ng-metamagic-extensions v0.0.19

Weekly downloads
3
License
LGPL 3
Repository
github
Last release
7 years ago

MetaMagic Angular Extensions

npm version TeamCity CodeBetter NPM

Browsers support

IE / EdgeFirefoxChromeSafari
Edgelast 5 versionslast 5 versionslast 2 versions

Installation

To install this library, run:

$ npm install ng-metamagic-extensions --save-dev

Consuming 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