Completed
Types of components available
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Power Apps Component
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 April Dunnam, Power Platform advocacy lead, Microsoft
- 3 Hugo Bernier, Senior Cloud Solution architect, Microsoft
- 4 Building a Power Apps
- 5 Learning objectives
- 6 Introduction to creating a code component
- 7 What is a component?
- 8 Types of components available
- 9 Examples of what powerups component framework components can look like
- 10 Create a code component solution package
- 11 Requirements and Prerequisites
- 12 Verify installations
- 13 Create a code component solution package
- 14 Install NPM
- 15 Control Manifest
- 16 NPM run build
- 17 Test harness
- 18 Knowledge Check; Test your knowledge in the chat
- 19 Q1) Power Apps CLI to call to initialize a code project
- 20 Create a code component solution package
- 21 Building a solution; options
- 22 Q2) What build engine is used to generate a Power Apps components solution package?
- 23 Test and debug code components
- 24 Using the out of the box browser testing tools
- 25 Q3) Supported file format for customer component to load mock data into Power Apps Component Test Owners
- 26 Summary