mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-09 15:12:34 +01:00
refactor(aio): remove ngOnInit method
This commit is contained in:
parent
3e47df7526
commit
923e56c3d2
17 changed files with 37 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-charts',
|
||||
|
|
@ -6,8 +6,5 @@ import { Component, OnInit } from '@angular/core';
|
|||
<p>charts work!</p>
|
||||
`,
|
||||
})
|
||||
export class NgxChartsComponent implements OnInit {
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() { }
|
||||
export class NgxChartsComponent {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue