funky-framadate-front/src/app/pages/password/password.component.ts

16 lines
284 B
TypeScript
Raw Normal View History

2019-08-21 14:28:50 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'framadate-password',
templateUrl: './password.component.html',
styleUrls: ['./password.component.scss']
})
export class PasswordComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}