ANGULAR Packages

menda-angular-api-service

Do you hate the spaghetti code when communicating with REST API? Here's my simple solution. It allows you to communicate with API in this way: ```ts // get all the movies this.api.run(GET_MOVIES_API_ACTION, { page: 1 }).subscribe(movies => { console

2.0.0 • Published 7 years ago

angular-template-loader

A Webpack loader for prefetching HTML templates and inserting them into Angular's $templateCache at application build time. Please note that this is a port of the ngtemplate-loader project and I need to fix a bug for an emergency project - it is NOT inte

0.0.2 • Published 9 years ago