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: dist/aurelia-framework.d.ts
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ import {
18
18
PLATFORM
19
19
}from'aurelia-pal';
20
20
import{
21
+
relativeToFile,
21
22
join
22
23
}from'aurelia-path';
23
24
@@ -204,7 +205,13 @@ export declare class FrameworkConfiguration {
204
205
eventAggregator(): FrameworkConfiguration;
205
206
206
207
/**
207
-
* Sets up the Aurelia configuration. This is equivalent to calling `.defaultBindingLanguage().defaultResources().history().router().eventAggregator();`
208
+
* Sets up a basic Aurelia configuration. This is equivalent to calling `.defaultBindingLanguage().defaultResources().eventAggregator();`
209
+
* @return Returns the current FrameworkConfiguration instance.
210
+
*/
211
+
basicConfiguration(): FrameworkConfiguration;
212
+
213
+
/**
214
+
* Sets up the standard Aurelia configuration. This is equivalent to calling `.defaultBindingLanguage().defaultResources().eventAggregator().history().router();`
208
215
* @return Returns the current FrameworkConfiguration instance.
209
216
*/
210
217
standardConfiguration(): FrameworkConfiguration;
@@ -229,8 +236,7 @@ export * from 'aurelia-loader';
@@ -496,11 +504,19 @@ export class FrameworkConfiguration {
496
504
}
497
505
498
506
/**
499
-
* Sets up the Aurelia configuration. This is equivalent to calling `.defaultBindingLanguage().defaultResources().history().router().eventAggregator();`
507
+
* Sets up a basic Aurelia configuration. This is equivalent to calling `.defaultBindingLanguage().defaultResources().eventAggregator();`
508
+
* @return Returns the current FrameworkConfiguration instance.
* Sets up the standard Aurelia configuration. This is equivalent to calling `.defaultBindingLanguage().defaultResources().eventAggregator().history().router();`
500
516
* @return Returns the current FrameworkConfiguration instance.
0 commit comments