All you need to know about Angular parameters

added by JavaScript Kicks
7/5/2019 8:17:15 AM

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