Applications made with dynamic websites development and Javascript frameworks and libraries like Angular or React has many problems to solve. The whole application runs on the client side and we usually have to consume RESTful API calls or call web sockets to interact with a server. Error handling is now complex and we... [...]
Read MoreInstalling Bootstrap 4 on your NG-Cli project can be more difficult than you think. NPM is a really strange dependency manager and you have always to solve problems because of its instability. I have had several errors installing any Bootstrap package. A very simple operation took me hours to find the right solution!NOTE... [...]
Read MoreIf you haven't any particular dependencies you can easily deploy your Angular app in a shared hosting using the amazing Ng Cli.Simply run:ng build --prodIf you haven't any error, this command will build your app and create a dist directory. In this directory, you will find the result of your app with sta... [...]
Read MoreNGCli is amazing but it still needs something more to be perfect. I was wondering if there is something about code documentation with Angular and I have found a couple of libraries very easily.CompodocCompodoc is very easy to find on Google. I have tried it and I like it. You can install it globally with npm and sta... [...]
Read MoreWhen you start to develop an Angular JS application in the real world you will soon have to handle REST calls. When you call a service, you have to wait for the response. There can be a delay and the page is not always ready to show it. The Angular promise library helps you to github.com/kriskowal/qdocs.angul... [...]
Read MoreIf you choose the right libraries, you can be happy to have the right tools to work on your project. Even if Angular 2 is out, Angular 1.x is great for dynamic web development. I ensure you can develop amzing web apps for everyone. Here I will show you the tools I am using to work professionally with my company and our customers... [...]
Read MoreTo learn and work with the popular Angular 2 cannot be simple and we must take our time before starting to create amazing web applications in the real world. The only way is to practice and work with all concepts of this framework. But let's see the pros and cons about using this amazing technology:PROSYou can cho... [...]
Read MoreYou need some files to build a good and complete application with Angular JS while you needed onyl to include to only js file with Angular 1, So there is a big difference. With Angular 2, you have to setup a NodeJS enviroment and include many modules for a complete enviroment with tests,So to setup an application from scratch... [...]
Read More