setPathUrlStrategy static method
Sets the URL strategy of your web app to using paths instead of a leading
hash (#
).
Implementation
static void setPathUrlStrategy() {
// No-op.
}
Sets the URL strategy of your web app to using paths instead of a leading
hash (#
).
static void setPathUrlStrategy() {
// No-op.
}