URL Handling
URL Handling
The url library is exposed through EntityRepo's infrastructure object for URL resolution and parsing. The library is accessed using -
// where url is the url library
let url = this.entityRepo.infrastructure().url;
The url library is exposed through EntityRepo's infrastructure object for URL resolution and parsing. The library is accessed using -