ng-metamagic-extensions
v0.0.19
Published
[![npm version](https://badge.fury.io/js/ng-metamagic-extensions.svg)](https://badge.fury.io/js/ng-metamagic-extensions) [![TeamCity CodeBetter](https://img.shields.io/teamcity/codebetter/bt428.svg)]() [![NPM](https://nodei.co/npm/ng-metamagic-extension
Downloads
7
Readme
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-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