valor-software/ng2-bootstrap

View on GitHub
demo/src/app/docs/models/components-examples.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ComponentExample {
  anchor: string;
  title: string;
  description?: string;
  component?: string;
  html?: string;
  css?: string;
  outlet?: any; // ToDo: Component<T>
}