Florian Neumann

Results 15 comments of Florian Neumann

@rodneyrehm Hi, stumpled over your project and would like to use it in an angular2 application using angular-cli and it's preconfigured webpack-configuration. Sync. version of the project works like a...

Well, that looks promising - thanks for your response, didn't know about that methods - highly appreciate it, will get back to you if i can make it work... **EDIT:**...

Will this issue be closed with the next version? Found it appearing in my application today... will try the fixes. ty

Having similar issue... im importing the the pollyfill in an shared service - but only the classes which directly import the pollyfill get parsed... what's the problem here? Is there...

Hi, there... Short answer no - Longer Answer - kind of :) I didn't wast to much time on it - but I guess the parser checks for the import...

@timminss Hello, sorry - i did forget to come back to this... for example, this is the translation.key.ts file of my login-component ( i exchanged the default '_' methode with...

+1 Getting this too, today... Warning: Invalid regular expression: /^(?!.)(?=.)[data-navbar-collapsed].[^/]* ?$/: Range out of order in character class Use --force to continue.

I wouldn't add the compass dependency and rewrite the mixing in .sass syntax. I find this syntax a lot harder to read and understand by users not familar with preprocessors....

I didn't mean to insult you. I would advocate the scss syntax, because it was much easier for people with css, but no preprocessor exp. to understand and edit it....

I had this problem and it drove me nuts... i finally figured it out... by turning off build-optimizer ( for Es2015 targets - known bug) and source-maps on for --prod...