Following steps are taken from beamtic.com
gedit ~/.local/share/applications/eclipse.desktop
| import {Component} from '@angular/core'; | |
| import {SubscriptionHandlerService} from '../../services/subscription-handler.service'; | |
| @Component({ | |
| selector: 'some-component', | |
| templateUrl: './some-component.component.html', | |
| styleUrls: ['./some-component.component.scss'], | |
| providers: [SubscriptionHandlerService] | |
| }) | |
| export class SomeComponent { |
Following steps are taken from beamtic.com
gedit ~/.local/share/applications/eclipse.desktop