Flood
Flood
Thanks but I tried that fix and it didn't help.
Is it only me that have this issue? If so, it should be something with my environment. Can someone please confirm?
@JonnyBGod It seems to work, at least it's not complaining on angulartics2 anymore. I can't really test it cause now I'm stuck with moment+aot instead. Thank you for updating!
Just tried a fresh seed with updated angulartics2. Now it breaks on lodash instead ``` C:\***\app\node_modules\lodash\lodash.js:494 case 0: return func.call(thisArg); ^ SyntaxError: Invalid or unexpected token ``` Anyone that has...
Cryptic error on template parse error - not enough details provided to properly track down the issue
Any updates on this? We are experiencing the same problem using angular-seed here https://github.com/mgechev/angular-seed/issues/1498 and here https://github.com/mgechev/angular-seed/issues/1892
@scttcper It does not work with v7 either
I am using this repo and have added Angulartics to it. https://github.com/MarkPieszak/aspnetcore-angular2-universal
Thanks! How do I know which packages that should be in treeShakableModules/nonTreeShakableModules?
I am experiencing the same issue when setting up the page in IIS. Actually you don't need it though. Just run `dotnet run` in the console.
FYI: It worked when I hard coded SpaHtml like this: ``` if (prerenderResult != null) { ViewData["SpaHtml"] = prerenderResult.Html; // our from Angular ViewData["Title"] = prerenderResult.Globals["title"]; // set our from...