Skip to content

Application with examples of all the ngCatalyst visualizations

License

Notifications You must be signed in to change notification settings

EikosPartners/ngcatalyst-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NgCatalyst Visualizations Example App

App with examples of all the data visualizations available in the ngCatalyst package.

Setup

Clone this repo then run npm install.

Next run ng serve and explore the different visualizations available in NgCatalyst.

Go to http://localhost:4200 after running the project to see all the visualizations.

You can also experiment with each chart by changing their props in the app.component.ts file.

Testing changes to the ngCatalyst components locally

Inside ngcatalyst-examples project

  1. Append the following line inside tsconfig.json
"paths": { "@angular/*": ["node_modules/@angular/*"] }
  1. Replace the module import inside app.module.ts
import { NgcatalystModule } from "ngcatalyst";

becomes

import { NgcatalystModule } from  "../../node_modules/ngcatalyst/dist/ngcatalyst/bundles/ngcatalyst.umd.js";
  1. Replace the style reference inside angular.json file
"node_modules/ngcatalyst/lib/styles.css"

becomes

"node_modules/ngcatalyst/dist/ngcatalyst/lib/styles.css"

Inside agVisuals directory

  1. In terminal enter npm run package
  2. In terminal enter npm link

Inside ngcatalyst-examples directory

  1. In terminal enter npm link ngcatalyst
  2. In terminal enter npm start

About

Application with examples of all the ngCatalyst visualizations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published