15 lines
240 B
TypeScript
15 lines
240 B
TypeScript
// import { Component, OnInit } from '@angular/core';
|
|
|
|
// @Component({
|
|
// selector: 'ngx-components',
|
|
// template: ''
|
|
// })
|
|
// export class ComponentsComponent implements OnInit {
|
|
|
|
// constructor() { }
|
|
|
|
// ngOnInit() {
|
|
// }
|
|
|
|
// }
|