An Angular 2 / 4 Materialize CSS like collapsible components.
- Node.js and NPM (I used Node.js v6.10.0 with included NPM in it)
- VSCode or any other IDE / Editor
- Git
- Open VSCode
- Open Integrated Terminal (Ctrl+`)
- Clone this repository by typing https://github.com/DmitriiSer/angular2-collapsible-example.git
- Navigate inside of the created folder by typing cd angular2-collapsible-example
- Type npm install -g @angular/cli (This will install Angular-CLI globally)
- Type npm install (This will install all the local dependencies)
- Type ng serve to start the server on localhost
- Open http://localhost:4200/ in a web-browser