Word add-ins are one of many developer options you have on the Office add-in platform. In this blog, we can add the add-in using angular. Add-ins are just small web applications that run in one place and are served over HTTPS in the Office client. Building an office add-in in Angular: Step 1: In the package.json file, add the dependencies and dev dependencies and run the npm install command to install these dependencies. { "name": "addin-demo", "version": "0.0.0", ...
read moreIn this blog, we will be going to learn about the styling of Angular components using the ngStyle core directives. We will look at the various ways to dynamically assign a CSS style to an element using the style property. Table of Content 1. What is a Style attribute? 2. What is the NgStyle? 3. Conclusion If you don’t have the latest version of the angular cli then you need to update the angular cli latest version. After that installing angular CLI, you can use...
read morePart of the new Angular rendering engine, Ivy having a new method for localizing applications- especially extracting and translating text. This blog explains the benefits and some of the implementation of this new technique. Table of Content 1. Localization with Ivy 2. How to Implement Localization in Angular 10? 3. Steps to Localize Your Angular App 4. Conclusion Localization with Ivy Earlier to Ivy, the only way to add localizable messages to an Angular app...
read moreSchematics are very useful. They provide us to achieve more in a shorter amount of time. But most significantly used, we can think less about routine stuff which leaves our limited attention span to focus on solving real changes. Table of Content 1. Preparation 2. index.ts 3. Execute custom schematics with the schematic-cli 4. Schematic didn’t generate anything 5. Passing options as arguments from the CLI 6. Let us create a model now so that we can get rid of...
read moreAngular is a Typescript based open-source platform that makes it easy to create applications with in web/mobile/desktop. It is a framework and platform to create a single page application. Table of Content 1. Setting up angular in the local environment 2. Install Angular in the local environment 3. Step 1: Install Nodejs and npm 3.1. What is Nodejs? 3.2. What is npm? 3.3. Install Nodejs 4. Step 2: Install Angular CLI 5. Step 3: Creating a project of...
read moreCopyright 2021 iFour Technolab Pvt. Ltd. all the rights reserved.