ng-dynamic icon indicating copy to clipboard operation
ng-dynamic copied to clipboard

dynamic contents projection in Angular

Results 18 ng-dynamic issues
Sort by recently updated
recently updated
newest added

I'm using ng-dynamic for a project(ionic 3). when i do build android in development mode it works...but fails with the production flag. This is the error: ``` vendor.js:1 Uncaught TypeError:...

Fixes issue #31 Change JitCompilerFactory import from @angular/compiler to @angular/platform-browser-dynamic

This is my html - in the first section I have a container component and a child container component nested inside (container component has `` inside it's html). So it...

Hello I am getting the below warning with @angular 5.x as per angular docs JitCompilerFactory now lives under 'angular/platform-browser-dynamic' Warning: WARNING in ./~/ng-dynamic/src/dynamic-component/module.js 7:15-33 "export 'JitCompilerFactory' was not found in...

I'm sorry for stopping activities on this project. I was losing motivation for improve this library because of my personal things. I'll do triage current problems and make ng-dynamic smaller...

Hello, I'm using the DynamicComponentModule It works fine in dev mode but it doesn't work in prod mode (--prod). I get the error in the browser console : **ERROR Error:...

I hope that you'll find the motivation to continue. I've been using your previous component-outlet library to highlight difficult words in texts and allow them to be clickable for an...

I have installed ng-dynamic but cannot proceed to use. i keep on getting this error in console. could not find any fix. tried to refer in different ways in systemjs.config.js...

If a component known by DynamicHTMLModule is embedded within another known component within a content, what will happen (depending on the declaration order of components) is: 1. a component will...

I am trying to apply a directive to an element that is part of a dynamically inserted content. My directive works fine for static content in a component but is...