mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
platform utils for toasting
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
import { ToasterService } from 'angular2-toaster';
|
||||
import { Angulartics2 } from 'angulartics2';
|
||||
|
||||
import { I18nService } from 'jslib/abstractions/i18n.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
templateUrl: 'home.component.html',
|
||||
})
|
||||
export class HomeComponent {
|
||||
constructor(private router: Router, i18nService: I18nService,
|
||||
analytics: Angulartics2, toasterService: ToasterService) { }
|
||||
}
|
||||
export class HomeComponent { }
|
||||
|
||||
Reference in New Issue
Block a user