2.0.20 • Published 8 years ago
ng-neo-directives v2.0.20
ng-neo-directives
Command pattern for Angular
Installation
To install this library, run:
$ npm install ng-neo-directives --saveand then from your Angular AppModule:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import library
import { NeoDirectivesModule } from 'nng-eo-directives';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
// Specify library as an import for default config in app.module
NeoDirectivesModule.forRoot(null)
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
// Import library in child modules in order to use directives
import { NeoDirectivesModule } from 'ng-neo-directives';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
// Specify library as an import
NeoDirectivesModule
],
providers: [],
bootstrap: [AppComponent]
})
export class ChildModule { }License
MIT © Neocomplexx
2.0.20
8 years ago
2.0.19
8 years ago
2.0.18
8 years ago
2.0.17
8 years ago
2.0.16
8 years ago
2.0.15
8 years ago
2.0.14
8 years ago
2.0.13
8 years ago
2.0.12
8 years ago
2.0.11
8 years ago
2.0.10
8 years ago
2.0.9
8 years ago
2.0.8
8 years ago
2.0.7
8 years ago
2.0.6
8 years ago
2.0.5
8 years ago
2.0.4
8 years ago
2.0.3
8 years ago
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.1.0
9 years ago