A sample Angular project that uses the wijmo FlexSheet component:
To clone the project:
git clone https://github.com/marinehero/angular.wijmo.git
To install the project's dependencies:
cd angular.wijmo
npm install
The wijmo FlexSheet download includes npm images of the Wijmo external
modules in the /NpmImages folder. You can add wijmo to your project using npm:
npm install --save ~/downloads/wijmo-5-enterprise/NpmImages/wijmo-amd-min
To build the project:
ng build
Note: The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
To launch the project:
ng serve
Then navigate to:
http://localhost:4200/
Note: The app will automatically reload if you change any of the source files.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
This project was generated with Angular CLI version 10.1.0-next.2
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run npm run compodoc to generate documentation (using Compodoc) in the /documentation directory.
We can use Python's SimpleHTTPServer to serve the files in the /documentation directory:
cd documentation
python -m SimpleHTTPServer 8080
Open your browser and navigate to:
http://localhost:8080
