-
In my dashboard component, I used ApexCharts. The project compiles fine without any errors, but the chart does not render on the front end.
**HTML code**
```
…
-
```
Ionic:
@ionic/cli: "^6.10.0",
Ionic Framework : "@ionic/angular": "^5.1.1"
@angular-devkit/build-angular : 0.1102.13
@angular-devkit/schematics: "^9.1.7",
…
-
Is the tutorial still up to date?
https://www.carbondesignsystem.com/developing/angular-tutorial/step-1#add-ui-shell
At some point during this step, we need to import the icons from our @carbon…
-
### Which @angular/* package(s) are the source of the bug?
service-worker
### Is this a regression?
No
### Description
The `messages` Observable from `SwPush` doesn't seem to emit anyth…
-
### 📜 Description
I'm trying to integrate Novu ("@novu/notification-center-angular": "^0.24.1") with my Angular (^17.0.0) project, it compiles ok, but all of a sudden I get this error logged in the c…
-
I was implementing Firebase notifications in one angular app, multicast ones. They worked really well in foreground in all the operative systems, unless in Safari browser in Mac (in chrome worked well…
-
if we install ngx-toaster and import in angular 17 then import in standalone component but not working
@Component({
selector: 'app-notification',
standalone: true,
imports: [PageTitleCom…
-
I am working with an Angular app using Tailwind and need toast notifications. I got Bootstrap/Angular based ones that look very ugly with Tailwind's own look. Any idea if tailwind-toast can be used wi…
-
in my project I have to change the label name, to make the field "required" , we usually add * after the label name, How to do this with this package
-
The default behaviour of fundamental-ngx notification component is always reads out the whole description along with page title for the first notification item.
#### Is this a bug, enhancement…