Questions tagged [angular2-webpack-starter]

5 questions
3
votes
0 answers

how to update value of header component based content from body component router-outlet

I am working on a shopping site. in that header and footer is fixed in app.component.ts, but router-outlet is dynamic. user login in header and cart tab in header component when I have a login from login component (router-outlet) it's working but in…
1
vote
4 answers

sample webpack angular4 application throwing errors

I am trying to create a sample angular-webpack application instucted in https://angular.io/docs/ts/latest/guide/webpack.html but it is throwing me about 26 errors. Even after changing typescript version to "~2.2.1", these errors are coming. can…
mahesh peddi
  • 787
  • 3
  • 8
  • 21
1
vote
0 answers

Angular Material 2 configuration in webpack

using angular material 2 in webpack and the tab css is not working using angular material autocomplete and throws this error , and this error disappears if i remove the lazy loading Is there any configurations for webpack to make the material…
Ayz Pat
  • 135
  • 3
  • 10
1
vote
1 answer

How to integrate Sentry with Angular2-webpack-starter

on Sentry documentation thera are instructions to integrate sentry with Angular2 CLI, but there is a lack of instructions to integrate sentry with Angrular2-webpack-starter. How to do it properly?
Kamil Kiełczewski
  • 85,173
  • 29
  • 368
  • 345
0
votes
1 answer

how to add support for angular app for all safari browsers? Currently webpack errors are generated like Unexpected token 'const'

Does any one knows about this ? My app is working fine on Chrome,Firefox, IE but now working on Safari browsers..... Safari browser raises error below are the errors Webpack error on safari browser => SyntaxError: Unexpected token 'const' in…
mpunit30
  • 381
  • 9
  • 26