mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
666d646575
This adds the JSAction library from the Wiz framework to core/primitives. PR Close #55121
14 lines
453 B
TypeScript
14 lines
453 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
|
|
export {Dispatcher, registerDispatcher} from './src/dispatcher';
|
|
export {EventContractContainer} from './src/event_contract_container';
|
|
export {EventContract} from './src/eventcontract';
|
|
export {bootstrapEventContract} from './src/register_events';
|