From 0b9c2f518d72b3b3a6bcf97f97bc7dfa15b4e153 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 6 Apr 2018 12:25:42 -0400 Subject: [PATCH] remove template ref --- src/angular/components/password-generator.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/angular/components/password-generator.component.ts b/src/angular/components/password-generator.component.ts index 10b318888a..4bd133ff00 100644 --- a/src/angular/components/password-generator.component.ts +++ b/src/angular/components/password-generator.component.ts @@ -1,5 +1,3 @@ -import * as template from './password-generator.component.html'; - import { ToasterService } from 'angular2-toaster'; import { Angulartics2 } from 'angulartics2';