2.0.20 • Published 7 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 --save
and 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
7 years ago
2.0.19
7 years ago
2.0.18
7 years ago
2.0.17
7 years ago
2.0.16
7 years ago
2.0.15
7 years ago
2.0.14
7 years ago
2.0.13
7 years ago
2.0.12
7 years ago
2.0.11
7 years ago
2.0.10
7 years ago
2.0.9
7 years ago
2.0.8
7 years ago
2.0.7
7 years ago
2.0.6
7 years ago
2.0.5
7 years ago
2.0.4
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
0.1.0
8 years ago