Naming Convention of Files:
FolderName:
hero-detailes
Component :
hero-detail.component.ts
Html
[Read More]
Naming Convention For Variables : variable first word first letter should be small and next words first letter should be capital.
arrayList :<type-of-variables> ;
[Read More]
Add circles on map
1)Add script like:
2)Above url calls initMap function.
a)in initMap function we create google map and create predefined circles.
b)we can add map click event to draw circle when we click on map.
3)Based on address field chnage we create a new circle on map (*without intersect previous cir
Formvalidations too much recursion error
solution : all form fields must be inside of class form-group
What is swagger api?
Swagger is a specification for documenting REST API. It specifies the format (URL, method, and representation) to describe REST web services. It provides also tools to generate/compute the documentation from application code.
The goal of Swagger is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access t