Skip to content

v0.1.4

Choose a tag to compare

@philenius philenius released this 26 Apr 21:13
4161f7f
  • Replace import of BrowserModule by CommonModule to fix issue #2:

    BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.

  • Refactor code for tokenization and improve code coverage