forked from hazza/dspace-angular
initial commit
This commit is contained in:
14
src/+app/+lazy/lazy.component.ts
Normal file
14
src/+app/+lazy/lazy.component.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Component, Inject, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
changeDetection: ChangeDetectionStrategy.Default,
|
||||
encapsulation: ViewEncapsulation.Emulated,
|
||||
selector: 'lazy',
|
||||
template: `
|
||||
<p>
|
||||
Lazy component
|
||||
</p>
|
||||
`
|
||||
})
|
||||
export class LazyComponent {
|
||||
}
|
Reference in New Issue
Block a user