Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

http get angular

ngOnInit() {
    this.http.get<any>('https://api.npms.io/v2/search?q=scope:angular').subscribe(data => {
        this.totalAngularPackages = data.total;
    })        
}
Source by jasonwatmore.com #
 
PREVIOUS NEXT
Tagged: #http #angular
ADD COMMENT
Topic
Name
4+9 =