JSPM

  • Created
  • Published
  • Downloads 1721
  • Score
    100M100P100Q109513F
  • License MIT

Parsing tools for Angular. The project is an abstraction over the Angular compiler which provides friendly interface.

Package Exports

  • ngast

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ngast) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

ngast

This library provides user friendly API for parsing Angular projects.

How to use?

$ npm i @angular/core @angular/compiler @angular/compiler-cli ngast --save

Take a look at the documentation.

Example

Projects using ngast:

  • ngrev - Tool for reverse engineering of Angular applications.
  • codelyzer - Static code analysis for Angular projects.
  • ngworld - Visualization of Angular projects.

License

MIT