805 Views
In this article I will share some my experiences on cases regarding getting data from URL on Angular application and a tip to increase the performance for web page. Normally we usually see two kind of URL in Angular application: URL pattern: /heroes/:limit. Example: /heroes/20 URL pattern /heroes.
0 comments