These are chat archives for AngularClass/angular2-webpack-starter
An Angular 2 Webpack Starter kit featuring Angular 2, Router, TypeScript, and Webpack by AngularClass
appState
should be preserved when the app is refreshed -- you are reloading all of the app resources as if you had navigated to the page for the first time. If you want to maintain the appState
during development, you should leverage HMR through npm run server:dev:hmr
.
angular2-material
, check out the material2
branch in this repository.
moment
module in your code? Are you using something like import * as moment from 'moment'
?
HashLocationStrategy
or PathLocationStrategy
? I am not sure what you mean by beautified in this context... There should not be a time when you have localhost/#app
; it should probably be localhost/#/app
.
HashLocationStategy
instead
HashLocationStrategy
is the default.