Closed ChristianWeyer closed 8 years ago
We need to adhere to the new API after having moved to the new router. https://github.com/thinktecture/boardz-cross-platform-sample/blob/ng-final/src/BoardZ/app/decorators/needsAuthentication.ts
NeedsAuthentication is gone AuthGuard is now responsible for protecting all necessary routes.
NeedsAuthentication
AuthGuard
We need to adhere to the new API after having moved to the new router. https://github.com/thinktecture/boardz-cross-platform-sample/blob/ng-final/src/BoardZ/app/decorators/needsAuthentication.ts