Questions tagged [plnkr.co]
16 questions
1
vote
1 answer
How do I add and configure an npm package (ng-selectize) into a plunker angular demo?
I am trying to set up a plnkr with angular and need to install and configure ng-selectize in the demo. How do I add an npm package ng-selectize to my plnkr?
http://plnkr.co/edit/msFyhztaC0YP1q6wADKq
import {Component, NgModule, VERSION} from…

MonkeyBonkey
- 46,433
- 78
- 254
- 460
1
vote
1 answer
Failed to load app.component.html in Plnkr
Plnkr link: https://plnkr.co/edit/910M73kwYKc8xPlSIU57?p=preview
Directory:
app.ts
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule } from '@angular/forms';
import {…

Leon Gaban
- 36,509
- 115
- 332
- 529
1
vote
1 answer
Issue transferring Angular2 example from Plnkr to real application
I am trying to use HighStocks in an Angular2 app by copying this plnkr example...
http://plnkr.co/edit/2xSewTZ9b213vA0ALmFq?p=preview
I'm trying to figure out how to pull in highstock.js into my app as I am getting an error…

Ben Cameron
- 4,335
- 6
- 51
- 77
1
vote
1 answer
basic JSPM React sample failing erroring on loading react-tools/vendor/fbtransform/visitors
Trying to get a very basic react/jspm example working over on plnkr.co but it is erroring out with a number of 404's. Most notably the following:
Uncaught (in promise) Error: XHR error (404 Not Found) loading…

Jason Jarrett
- 3,857
- 1
- 27
- 28
0
votes
1 answer
Error loading Shaders in an Angular App with Three.js
Here is the component: https://www.npmjs.com/package/app3d-three-template
And here is the Plnkr: https://plnkr.co/edit/bdkshJFzhwmLNdgO?preview
The error is that the fire Shader doesn't show the color and when OrbitControls are loaded (actually are…

David Martinez Ros
- 35
- 5
0
votes
1 answer
How to setup plnkr with Angular and ThreeJS
I'm trying to setup up a simple Plnkr project with Angular and ThreeJS.
I've got this so far - https://next.plnkr.co/edit/Jm4D2zgLtiKBGghC?preview
But as soon as I uncomment //var scene = new THREE.Scene(); on app.ts There is an error in the…

colouredFunk
- 778
- 1
- 13
- 35
0
votes
1 answer
Unable to run plnkr for angular 4
I have plunger code below and this code is for showing some child Component :
HTML inside child component is shown below:
Plnkr code is shown below:
https://embed.plnkr.co/aYET8s/
But whenever…
I'm the Child component

SmartestVEGA
- 8,415
- 26
- 86
- 139
0
votes
1 answer
Unable to Append new Child Components in react
I am new to react.
I want to add another SingleButtonComponent when a SingleButtonComponent is clicked.
I am able to increment the number of children using a state variable numChildren.
AddChild: function() {
var numChildren =…

Rohit Kumar
- 1,777
- 2
- 13
- 26
0
votes
1 answer
Error: (SystemJS) XHR error (404) in Angular2 Plnkr
The error:
https://plnkr.co/edit/910M73kwYKc8xPlSIU57?p=preview
index
Angular 2.1.2 + TypeScript Starter Kit

Leon Gaban
- 36,509
- 115
- 332
- 529
0
votes
2 answers
Run ui-codemirror in JSBin
I want to move this code in Plnkr to JSBin. It does not work, and DevTools shows Error: ui-codemirror needs CodeMirror to work... (o rly?).
It seems that Plnkr has some dependency management that JSBin does not have. I would like to know what Plnkr…
user6330767
0
votes
1 answer
Why doesn't angular load in this plnkr?
I have researched my issue and tried many solutions but have not solved it.
For some reason angular does not seem to be loading in plunker.
I have head iffy are no longer supported in later version in angular, but I have tried loading an older…

RyeGuy
- 4,213
- 10
- 33
- 57
0
votes
0 answers
Using templateUrl breaks my code, but using inline template instead works . Why?
Ok, I've seen similar questions on SO but still don't understand this issue.
I have a directive for date input, using ngModelController. I have another directive, to which you can pass the model controller, and it checks if the model has errors, and…

tuks
- 800
- 3
- 11
- 27
0
votes
0 answers
creating ngdocs example with a custom directive
Hello I'm trying to create a example for a directive with grunt-ngdocs: https://github.com/m7r/grunt-ngdocs
The documentation for the example tag is very poor so I could not create a working example not in ng-docs and also not in plnkr.
My example…

Kingalione
- 4,237
- 6
- 49
- 84
0
votes
3 answers
Beginners help to Angular JS debugging via console errors
AngularJS is new to me (and difficult). So I would like to learn how to debug.
Currently I'm following a course and messed something up. Would like to know how to interpret the console error and solve the bug.
plnkr.co code
index.html
…

Norfeldt
- 8,272
- 23
- 96
- 152
0
votes
1 answer
setting up plnkr for angularjs pagination not working
I am new to using plnkr. I have created my first plnkr and facing an issue in setting the $scope.currentPage variable. All other variables are working fine except the currentPage. I am using the angular-utils-pagination directive.
Once I click on…

zilcuanu
- 3,451
- 8
- 52
- 105