7.2.3 • Published 7 years ago

ng-tools-engine v7.2.3

Weekly downloads
292
License
-
Repository
github
Last release
7 years ago

M'O Tools Engine

Angular (4+) tree-shakeable, and AOT compatible shared library.

How To Use

  1. Install the npm package
$ npm i mo-tools-engine --save
  1. Appropriately require the package in the module loader your application uses (see below for instructions for SystemJS and Webpack).
  2. To declare components or provide services from this library, import the module containing them from this library into the relevant ngModule in your application.
import { ImageUploadModule } from 'mo-tools-engine';

@NgModule({
  imports: [ ImageUploadModule ]
})
export class SharedModule { }
  1. To use standalone classes or interfaces from this library (that don't need to be provided or declared) import them directly into the relevant component or service in your application.
import { ResourceApiInterface } from 'mo-tools-engine';

@Injectable()
export class ModuleApiService implements ResourceApiInterface { }

Integration with SystemJS

  1. Install the npm package.
  2. Add ng-tools-engine to the map object in your systemjs config file.

    map: {
      'mo-tools-engine': 'node_modules/mo-tools-engine/bundles/mo-tools-engine.umd.js'
    }

Integration with Webpack

--- coming soon

License

MIT

7.2.3

7 years ago

7.2.1

7 years ago

7.2.0

7 years ago

7.1.11

7 years ago

7.1.10

7 years ago

7.1.9

7 years ago

7.1.8

7 years ago

7.1.7

7 years ago

7.1.6

7 years ago

7.1.5

7 years ago

7.1.4

7 years ago

7.1.3

7 years ago

7.1.2

7 years ago

7.1.1

7 years ago

7.1.0

7 years ago

7.0.0

7 years ago

6.0.2

7 years ago

6.0.1

7 years ago

6.0.0

7 years ago

5.1.6

7 years ago

5.1.5

7 years ago

5.1.4

7 years ago

5.1.3

7 years ago

5.1.2

7 years ago

5.1.1

7 years ago

5.1.0

7 years ago

5.0.5

7 years ago

5.0.4

7 years ago

5.0.3

7 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.2.4

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.1.4

7 years ago

3.1.3

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.18

7 years ago

3.0.17

7 years ago

3.0.16

7 years ago

3.0.15

7 years ago

3.0.14

7 years ago

3.0.12

7 years ago

3.0.11

7 years ago

3.0.10

7 years ago

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.0

7 years ago

0.0.1

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago