Seperate electron and web target building
This commit is contained in:
committed by
József Farkas
parent
517aed1b1c
commit
983eb72892
12
shared/src/components/notification/notification.component.ts
Normal file
12
shared/src/components/notification/notification.component.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'notification',
|
||||
template: require('./notification.component.html'),
|
||||
styles: [require('./notification.component.scss')]
|
||||
})
|
||||
export class NotificationComponent {
|
||||
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user