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 {
  }

}
