Tag: Angular

  • Build an Angular Code App on Power Apps with Vite

    Build an Angular Code App on Power Apps with Vite

    An Angular code app is the one stack that is not a drop-in for Power Apps, so it deserves a careful guide. A Power Apps code app is just a Vite app, and most frameworks add a single plugin to a Vite config you own. Angular is different, however, because its CLI hides the Vite…