Antony Budianto
Antony Budianto
I also faced this when doing SSR. If you use **Lerna** for locally testing your React library, you might add "react/react-dom/react-router" as peerDependencies on your library, but you **shouldn't** add...
$: always goes true
@jrpdrummer, so far no luck using IDE breakpoint from vscode too, will try https://github.com/Microsoft/vscode-chrome-debug later
@jrpdrummer , currently the sourcemap should be inlined, so it should be no problem for most cases, unless it didn't support sourcemap. Oh yes, let's discuss it here #102
https://angular.io/docs/ts/latest/cookbook/component-relative-paths.html @IntelliShop-G-Schuster
@IntelliShop-G-Schuster , looks like not possible for now, thanks for the feedback though
I've updated the router to latest beta, nothing breaks on the starter base @foxjazz
@lpotapczuk sorry, I don't get what `adding static htmls` means, do you have an example/use case?
@lpotapczuk i see, for now you can't add static html files without wrapping it into components inside `/app` folder, you need to adjust some tasks in gulp . i'd suggest...
Hi @mazhekin , you can deploy the `build` folder (generated by `npm run build`) into **any web server** like Node, nginx, apache, github pages, and others, since the **build result...