Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 582 Bytes

ag-Grid-ng2-examples - angular-cli

Example of using ag-Grid with Angular2 and Typeahead

Building

Install Dependencies:

  • npm install

Dev Server

To build & run:

  • ng serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Building

To build:

  • ng build

To do a prod build:

  • ng build --prod

To do a AOT build:

  • ng build --aot

The build artifacts will be stored in the dist/ directory.