You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angularjs/angular.d.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,12 @@ declare module angular {
165
165
dot: number;
166
166
codeName: string;
167
167
};
168
+
169
+
/**
170
+
* If window.name contains prefix NG_DEFER_BOOTSTRAP! when angular.bootstrap is called, the bootstrap process will be paused until angular.resumeBootstrap() is called.
171
+
* @param extraModules An optional array of modules that should be added to the original list of modules that the app was about to be bootstrapped with.
0 commit comments