Fixed issue #1 and some other fixes

This commit is contained in:
lotte
2018-07-30 10:19:45 +02:00
parent 1ab53e7204
commit 3fa70523ea
55 changed files with 450 additions and 135 deletions

View File

@@ -156,6 +156,10 @@ const DIRECTIVES = [
...ENTRY_COMPONENTS
]
})
/**
* This module handles all components and pipes that need to be shared among multiple other modules
*/
export class SharedModule {
}