web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Does PCF Support Angul...
Power Apps
Unanswered

Does PCF Support Angular JS?

(0) ShareShare
ReportReport
Posted on by 8

Hello,

 

Any samples of PCF controls built using Angular JS? I am checking if PCF supports Angular JS? If so, i am assuming we cannot use office-ui components?

I have the same question (0)
  • Hemant Gaur Profile Picture
    Microsoft Employee on at

    Angular sample - 

    https://docs.microsoft.com/en-us/powerapps/developer/component-framework/sample-controls/angular-flip-control

     

     

    Office fabric  - 

    https://docs.microsoft.com/en-us/powerapps/developer/component-framework/sample-controls/react-facepile-control

     

    Seems angular sample needs update which is WIP. To make the angular sample work you will need to import modules explicitly 

    import * as ngAnimate from "angular-animate";
    import * as ngSanitize from "angular-sanitize";
    import * as uiBootstrap from "angular-ui-bootstrap";
    and then replace 
    angular.module(this._controllerId, ['ngAnimate', 'ngSanitize', 'ui.bootstrap']);
     with 
    angular.module(this._controllerId, [require('angular-animate'), require('angular-sanitize'), require('angular-ui-bootstrap')]);
    

    Reach out to Nando ( @namohant ) if you have questions.

    hemant 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard