Habpanel and Angular modules

atm I am doing a few angular workshops / tutorials. The tutorial shows how to build an app using angular.

I have to load modules to use button layouts etc. When following the tutorial I was wondering if I can use the same modules within habpanel widgets.

I inserted

import { NgModule } from ‘@angular/core’;
import { MatButtonModule } from ‘@angular/material’;

in my widget but the button style does not change. Do I have to import the modules with a lazy load through a .js script? I there a web page that shows what is supported from angular in habpanel?

That’s Angular code, which is completely different from AngularJS (v1).

The definitive and only resource for HABPanel development is this:

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.