01: import { NgModule } from '@angular/core'; 02: import { BrowserModule } from '@angular/platform-browser'; 03: import { environment } from '../environments/environment'; 04: import { ServiceWorkerModule } from '@angular/service-worker'; 05: import { BrowserAnimationsModule } from '@a...
执行到调用function bootstrapApply(scope, element, compile, injector) {}之前变成了 cache ={ $$AnimateRunner: AnimateRunner(), $$animateQueue: Object, $$cookieReader: (), $$q: Q(resolver), $$rAF: (fn), $$sanitizeUri: sanitizeUri(uri, isImage), $animate: Object, $browser: Browser, $...
app.run(function ($http, CacheFactory) { $http.defaults.cache = CacheFactory('defaultCache', { maxAge: 15 * 60 * 1000, // Items added to this cache expire after 15 minutes cacheFlushInterval: 60 * 60 * 1000, // This cache will clear itself every hour deleteOnExpire: 'aggressive' ...
'location=no,clearsessioncache=yes,clearcache=yes'); browser.addEventListener('loadstart', (event) => { if ((event.url).indexOf('http://localhost:8100') === 0) { browser.removeEventListener('exit', () => {}); browser.close(); const responseParameters = ((event.url).split('#')...
platform-browser CommitTypeDescription b2b3816cb1 fix clear renderer cache during HMR when using async animations (#59644) Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually...
: 262110 最后修改 : 2007年3月29日 修订 : 3.1 概要 当应用程序承载 WebBrowser 控件...
platform-browser-dynamic | Commit | Type | Description | | -- | -- | -- | | eb20c1a8b1 | refactor | unused RESOURCE_CACHE_PROVIDER API has been removed (#54875) | platform-server | Commit | Type | Description | | -- | -- | -- | | 5674c644ab | fix | add nonce attribute...
cli.cache in the workspace configuration should be used instead. The deprecated showCircularDependencies browser and server builder option has been removed. The recommended method to detect circular dependencies in project code is to use either a lint rule or other external tools. @angular-devkit/...
### platform-browser - This change may cause a breaking change in unit tests that are implicitly depending on a specific number and sequence of change detections in order for their assertions to pass. - This may break invalid calls to `TransferState` methods. ...
* FormArray.clear If your app has custom classes that extend `FormArray` or `FormGroup` classes and override the above-mentioned methods, you may need to update your implementation to take the new options into account and make sure that overrides are compatible from a types perspective. ...