Skip to content

marinehero/angular.wijmo

Repository files navigation

Excel-like Worksheet

A sample Angular project that uses the wijmo FlexSheet component:

angular-ng-bootstrap screenshot

Development

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Scaffolding

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.

Documentation

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

Resources

About

A sample Angular project that uses the Grapecity Wijmo Flex/SpreadSheet components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published