diff --git a/src/login/login.tmpl.html b/src/login/login.tmpl.html deleted file mode 100644 index 64a54ef..0000000 --- a/src/login/login.tmpl.html +++ /dev/null @@ -1,38 +0,0 @@ - -
diff --git a/src/login/loginForm.component.html b/src/login/loginForm.component.html new file mode 100644 index 0000000..25d0125 --- /dev/null +++ b/src/login/loginForm.component.html @@ -0,0 +1,29 @@ + diff --git a/src/login/loginForm.component.ts b/src/login/loginForm.component.ts index 1dc2f3a..c660e48 100644 --- a/src/login/loginForm.component.ts +++ b/src/login/loginForm.component.ts @@ -7,37 +7,7 @@ import { Login } from './login'; @Component({ selector: 'login-form', exportAs: 'loginForm', - template: ` - - ` + templateUrl: './loginForm.component.html' }) export class LoginFormComponent { diff --git a/src/login/loginModal.component.html b/src/login/loginModal.component.html new file mode 100644 index 0000000..c5dbabb --- /dev/null +++ b/src/login/loginModal.component.html @@ -0,0 +1,17 @@ +