Skip to content

Commit f5ce0c3

Browse files
committed
Merge branch 'feat/angular13' of github.com:NativeScript/angular into feat/angular13
2 parents 1ab746d + 9c8401a commit f5ce0c3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "13.0.0-rc.0",
3+
"version": "13.0.0-rc.1",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

packages/angular/src/lib/public_api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ export * from './forms';
3030
export * from './animations';
3131
export * from './http';
3232
export * from './legacy';
33+
export { NativeScriptDebug as ɵNativeScriptAngularDebug } from './trace';
3334
export * from './nativescript-ng-zone';
3435
export * from './private-exports';

packages/angular/tsconfig.angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"files": ["src/index.ts"],
1212
"angularCompilerOptions": {
13-
"compilationMode": "full",
13+
"compilationMode": "partial",
1414
"enableResourceInlining": true
1515
}
1616
}

0 commit comments

Comments
 (0)