refactor: rename ComponentRenderTypeV2 to RendererTypeV2
This commit is contained in:
@@ -111,7 +111,7 @@ export abstract class RootRenderer {
|
||||
/**
|
||||
* @experimental
|
||||
*/
|
||||
export interface ComponentRenderTypeV2 {
|
||||
export interface RendererTypeV2 {
|
||||
id: string;
|
||||
encapsulation: ViewEncapsulation;
|
||||
styles: (string|any[])[];
|
||||
@@ -122,7 +122,7 @@ export interface ComponentRenderTypeV2 {
|
||||
* @experimental
|
||||
*/
|
||||
export abstract class RendererFactoryV2 {
|
||||
abstract createRenderer(hostElement: any, type: ComponentRenderTypeV2): RendererV2;
|
||||
abstract createRenderer(hostElement: any, type: RendererTypeV2): RendererV2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user