Deep-dive technical articles on Angular, Ionic and modern front-end architecture from the Barquecon Technologies engineering team.
By Barquecon Technologies | Updated July 2026
The Ionic Framework has made significant progress in AngularJS-only UI library to a genuinely cross-platform framework for building Web Native applications.
Read the Article →
The Angular Compiler is a tool which we also call ngc. It is used to compile Angular applications and libraries, built on the TypeScript compiler (tsc).
Read Article →
Angular 13 was launched on November 3, 2021. It is an upgraded and broadly accepted TypeScript-based web framework.
Read Article →
Dependency injection is one of the most powerful and distinguishing features of Angular. It works through a very convenient and intuitive API, but can also be configured manually.
Read Article →