What's new

Help Removing Hash from URL [Ionic-Angular/CodeIgniter]

T H E O

Forum Veteran
Joined
Nov 28, 2015
Posts
1,245
Solutions
31
Reaction
2,912
Points
773
Need help po sa mga masters ng Ionic Framework + Angular / CodeIgniter.

How can I remove the hash in my url po? like

You do not have permission to view the full content of this post. Log in or register now.
1649466391837.png


I've been trying to figure this thing out since January and still haven't found a solution..
Marami na akong nasubukang solutions from Stackoverflow and other forums wala paring gumana.
Baka dito may makapagbigay ng insight.

Additional info:

Angular CLI: 11.2.7
Node: 16.14.2
OS: win32 x64

Angular: 11.2.8
... common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes

Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1102.7
@angular-devkit/build-angular 0.1102.7
@angular-devkit/core 11.2.7
@angular-devkit/schematics 11.2.7
@angular/cli 11.2.7
@angular/service-worker 11.2.12
@schematics/angular 11.2.7
@schematics/update 0.1102.7
rxjs 6.6.7
typescript 4.0.7

Sana po may makapagbigay ng idea. Thank you po.
 

Attachments

sa app-routing.module.ts
meron kang makikita na
JavaScript:
RouterModule.forRoot(routes, {
 useHash: true, //change false para mawala #
 })
 
Back
Top