File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
goldens/ng-dynamic-component
projects/ng-dynamic-component/src/lib/io Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,12 @@ export interface InputsType {
268
268
// @public (undocumented)
269
269
export const IoEventArgumentToken: InjectionToken <string >;
270
270
271
+ // @public
272
+ export const IoEventContextProviderToken: InjectionToken <StaticProvider >;
273
+
274
+ // @public
275
+ export const IoEventContextToken: InjectionToken <unknown >;
276
+
271
277
// @public (undocumented)
272
278
export class IoFactoryService {
273
279
constructor (injector : Injector );
Original file line number Diff line number Diff line change 1
1
export * from './types' ;
2
2
export * from './event-argument' ;
3
+ export * from './event-context' ;
3
4
export * from './io.service' ;
4
5
export * from './io-factory.service' ;
You can’t perform that action at this time.
0 commit comments