Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Microsoft Power Apps Cookbook
  • Table Of Contents Toc
Microsoft Power Apps Cookbook

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
3.9 (7)
close
close
Microsoft Power Apps Cookbook

Microsoft Power Apps Cookbook

3.9 (7)
By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)
close
close

Building the application logic

Now that we have the project structure and manifest configuration completed, we can start building the application logic in the provided code resource file: index.ts.

This file will be the component's entry point and will be in charge of the control initialization, event handling, and control removal.

How to do it

  1. From the menu, click on Terminal | New terminal. This action will open the integrated PowerShell console of Visual Studio Code.
  2. From this integrated console, enter npm run build and press Enter. This command will execute the build process of the component, including the manifest configuration.
  3. Using the Explorer pane, expand FontAwesomeComponent and double-click the index.ts file to open it.
  4. Enter the following code just below the export class sentence:
    private _URL: string;
  5. Find the init function and enter the following code between the curly brackets:
    this._URL = context.parameters.FontAwesome_Kit
    URL.formatted...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Microsoft Power Apps Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon