Skip to content

Commit e2f4d81

Browse files
author
Aniket Bansal
committed
- Added ɵɵStandaloneFeature
1 parent f22e24b commit e2f4d81

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* For ng17 backward ABI compatibility
3+
*/
4+
export function ɵɵStandaloneFeature(): void {}

packages/core/src/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,6 @@ if (typeof ngDevMode !== 'undefined' && ngDevMode) {
146146
// Compat layer
147147
export {InputFlags as ɵɵInputFlags} from './render3/interfaces/input_flags';
148148
export {ɵɵInputTransformsFeature} from './compat/input_transforms_feature';
149+
export {ɵɵStandaloneFeature} from './compat/standalone_feature';
149150
export {ɵɵpropertyInterpolate} from './compat/property_interpolate';
150151
export {ɵɵclassMapInterpolate1} from './compat/class_map_interpolate';

0 commit comments

Comments
 (0)