maciejtreder/angular-universal-pwa

View on GitHub
application/src/app/lazy/lazy.component.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component } from '@angular/core';
 
@Component({
selector: 'lazy-view',
templateUrl: `./lazy.component.html`
})
export class LazyComponent {}