What is the purpose of base href tag?

Technology CommunityCategory: AngularWhat is the purpose of base href tag?
VietMX Staff asked 3 years ago

The routing application should add element to the index.html as the first child in the tag inorder to indicate how to compose navigation URLs. If app folder is the application root then you can set the href value as below

    <base href="/">