Const
Optional injection token that components can provide to set a default surface type. The directive uses this when no explicit surfaceType input is supplied by the consumer.
surfaceType
providers: [{ provide: UI_DEFAULT_SURFACE_TYPE, useValue: 'panel' }] Copy
providers: [{ provide: UI_DEFAULT_SURFACE_TYPE, useValue: 'panel' }]
Optional injection token that components can provide to set a default surface type. The directive uses this when no explicit
surfaceTypeinput is supplied by the consumer.