UNPKG

ngrx-amine-auth-jwt-testing

Version:

Ngrx authentification System By Med Amine

21 lines (16 loc) 290 B
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'lib-ngrx-amine-auth', template: ` <p> ngrx-amine-auth works! </p> `, styles: [ ] }) export class NgrxAmineAuthComponent implements OnInit { constructor() { } ngOnInit(): void { } }