Please login...
5 |Now go and configure something meaningful!
6 |Change my profile... 7 |
8 |It seems that you have not given access to this kind of data!
9 |To test it with Swagger go here.
14 |15 | 16 |
17 |{{ privateInfo | json }}20 |
{{ publicInfo | json }}24 |
Please try to login or ask your administrator.
8 | ` 9 | }) 10 | export class ForbiddenComponent { 11 | } 12 | -------------------------------------------------------------------------------- /samples/Client/src/app/shared/components/index.ts: -------------------------------------------------------------------------------- 1 | export * from './forbidden.component'; 2 | export * from './page-not-found.component'; 3 | -------------------------------------------------------------------------------- /samples/Client/src/app/shared/components/page-not-found.component.ts: -------------------------------------------------------------------------------- 1 | import { Component } from '@angular/core'; 2 | 3 | @Component({ 4 | selector: 'tw-page-not-found', 5 | template: `