Browse Source
Update npm/ng-packs/packages/core/src/lib/services/replaceable-components.service.ts
Co-authored-by: Bunyamin Coskuner <bnymncoskuner@gmail.com>
pull/5333/head^2
Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
npm/ng-packs/packages/core/src/lib/services/replaceable-components.service.ts
|
|
|
@ -27,8 +27,6 @@ export class ReplaceableComponentsService { |
|
|
|
this.store = new InternalStore([]); |
|
|
|
} |
|
|
|
|
|
|
|
// TODO: Create a shared service for route reload and more
|
|
|
|
|
|
|
|
add(replaceableComponent: ReplaceableComponents.ReplaceableComponent, reload?: boolean): void { |
|
|
|
const replaceableComponents = [...this.store.state]; |
|
|
|
|
|
|
|
|