File

src/app/auth/feature-disabled.component.ts

Description

Component to be used in case that a requested feature is disabled.

Example

Metadata

import { Component } from '@angular/core';

/**
 * Component to be used in case that a requested
 * feature is disabled.
 *
 * @author Gunnar Hillert
 */
@Component({
  template: `
    <h1>Feature Disabled</h1>
    <p>
      The requested feature is disabled on the server.
    </p>
  `
})
export class FeatureDisabledComponent {
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""