What is the purpose of base href tag?
The routing application should add <base>
element to the index.html as the first child in the <head>
tag in order 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="/" />
March 15, 2022
327
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular