Skip to content

Commit c5bbaf6

Browse files
committed
fix(api): export event context symbols
fixes #503
1 parent a0b8497 commit c5bbaf6

File tree

2 files changed

+7
-0
lines changed
  • goldens/ng-dynamic-component
  • projects/ng-dynamic-component/src/lib/io

2 files changed

+7
-0
lines changed

goldens/ng-dynamic-component/api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ export interface InputsType {
268268
// @public (undocumented)
269269
export const IoEventArgumentToken: InjectionToken<string>;
270270

271+
// @public
272+
export const IoEventContextProviderToken: InjectionToken<StaticProvider>;
273+
274+
// @public
275+
export const IoEventContextToken: InjectionToken<unknown>;
276+
271277
// @public (undocumented)
272278
export class IoFactoryService {
273279
constructor(injector: Injector);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './types';
22
export * from './event-argument';
3+
export * from './event-context';
34
export * from './io.service';
45
export * from './io-factory.service';

0 commit comments

Comments
 (0)