mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 02:51:57 +00:00
Remove unused ngOnInit
This commit is contained in:
parent
4a0424ef34
commit
9b3e96f6a2
@ -1,13 +1,10 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
templateUrl: './dashboard.component.html',
|
||||
styleUrls: ['./dashboard.component.scss']
|
||||
})
|
||||
export class DashboardComponent implements OnInit {
|
||||
export class DashboardComponent {
|
||||
constructor() {}
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user