v0.1.4
- Replace import of
BrowserModulebyCommonModuleto 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