import { Injectable } from '@angular/core'; import { BaseYCActionState, RegisterYCState } from '@yourcause/common/state'; @RegisterYCState() @Injectable({ providedIn: 'root' }) export class PlatformAuthState extends BaseYCActionState { }