Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ _stripIndexHtml
Function
_stripIndexHtml
packages/common/upgrade/src/params.ts:237–239 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
235
}
236
237
function
_stripIndexHtml(url: string): string {
238
return
url.replace(/\/index.html$/,
''
);
239
}
240
241
/**
242
* Tries to decode the URI component without throwing an exception.
Callers
1
encodePath
Method · 0.70
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected