-
```ts
export class AppModule {
constructor(private injector: Injector) {
const moinComponent =
createCustomElement(MoinComponent, { injector });
customElements.define("moin-moin", m…
-
Hi, I'm attempting to integrate an Angular 14 app as a WebComponent within an Angular 16 app. While I've successfully achieved this integration with an Angular 12, replicating the same steps from the …
-
**Description:**
I am encountering an issue with the ton package when building my Angular Dapp for production with build optimization enabled. The package works perfectly in the development environme…
-
How can I use angular-bootstrap-tour with angular 4 and Typescript.
Normaly I Import third Party Code inside my app.model.ts file like that:
```
// angular
import { Inject, NgModule, PLATFORM_ID…
-
### Bug description:
**Hi there** i am not able to see the tooltip when enabling **provideExperimentalZonelessChangeDetection()** ZoneLess .
**ngbTooltip** coming when using zoneJs ,…
-
### Bug description:
NgbOffcanvasRef and NgbModalRef should expose a ComponentRef when using a component type as content.
Currently the NgbOffcanvasRef exposes a componentInstance. This makes it har…
pkfms updated
3 months ago
-
Test with both production and dev. versions.
-
Bug description:
typeahead with [adaptivePosition]="true" shows part of outside of left edge of the page, if some of the options are longer than input element. It gets aligned to right edge of input…
-
When trying to use the datepicker component from the angular-ui bootstrap library, I got the following errors in Firefox:
```
NetworkError: 404 Not Found - http://localhost:9000/fonts/glyphicons-half…
-
I wanted to use this with a project I started. I began with John Papa's Hot Towel template (https://github.com/johnpapa/HotTowel-Angular) and that includes Angular UI Bootstrap stuff with it (https:/…