Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.03 KB

ng-svg

This is a simple angular.io application to learn how to interact with SVG elements in Angular. Think of it as an SVG playground. You can add a new component to the app as long as it uses SVGs in an interactive way, and ideally the code will demonstrate a technique or design pattern that is unique from other components.

home page

An example interactive component:

stats component

This project was generated with Angular CLI version 1.0.0.

Getting Started

Clone the project, cd into the folder, and run npm install to grab dependancies.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.