Skip to content

Instantly share code, notes, and snippets.

@splincode
Last active May 17, 2020 16:02
Show Gist options
  • Save splincode/280c5272fcbc8b80e214dcf8f742607d to your computer and use it in GitHub Desktop.
Save splincode/280c5272fcbc8b80e214dcf8f742607d to your computer and use it in GitHub Desktop.
@StateRepository()
@State<AuthModel>({
name: 'auth',
defaults: {
token: null,
exp: null
}
})
@Injectable()
export class AuthState extends NgxsDataRepository<AuthModel> { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment