Tag - angular development

Excel File in Angular 9

Generating Excel File in Angular 9 using “ExcelJs” with Custom Font Family | Devstringx

Generate Excel Files in Angular 9 Let’s create a new Angular project using the Angular CLI tool by running/executing the following angular CLI command ng new export-to-excel Would you like to add Angular routing? Yes Which stylesheet format would you like...

Read more...
Google Maps In Your Angular Application

How To Use Google Maps In Your Angular Application? | Devstringx

Implementing google maps in your angular application may be interesting in the event that you don’t realize an accurate stream however following these straightforward strides for executing maps anybody can implement it easily Create A New Angular Project ng new google-maps Run Project:- ng...

Read more...
Angular CLI Project Setup

Angular CLI – Print From Your Angular App | Devstringx

Angular & Angular CLI Setup Angular is a front-end application used for the creation of web and mobile apps. By design, it uses typescript to construct logic and methods for a class, but typescript is not known to the browser. Webpack...

Read more...

RxJS-Subject: Enable Communication Between Components

RxJS Subject RxJS (Reactive Extensions for JavaScript) is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code. A subject in RxJS is used for multicasting data. This means that data can be...

Read more...