UNPKG

208 BTypeScriptView Raw
1export interface FramingRootComponentConfig {
2 /**
3 * Set to true to add the root component to entryComponents instead of bootstrap for AngularJS / Angular hybrid mode.
4 */
5 hybrid?: boolean;
6}