Questions tagged [plunker]

Plunker is an online community for creating, collaborating on and sharing web development ideas.

Plunker is an online community for creating, collaborating on and sharing web development ideas.
http://plnkr.co

254 questions
3
votes
1 answer

No 'Access-Control-Allow-Origin' header in plunker

I see there are lots of threads about No 'Access-Control-Allow-Origin' header. My question is about how to solve this in plunker. I have a piece of code in plunker, which tries to load an external html file. It gives an error No…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
3
votes
1 answer

Plunker tags don't work

Am I the only person on the planet that can't search plunker by tags? It's so frustrating and it's been this way for me for years. Furthermore, I can't find anyone else complaining about the same issue. I click the Tags tab up top and it takes me…
Post Impatica
  • 14,999
  • 9
  • 67
  • 78
3
votes
1 answer

Running quick-start plunker on chrome browser?

I am trying to run angular2 quickstart example of plunker in my local environment. For this, I followed these steps- Download all files from https://angular.io/resources/live-examples/quickstart/ts/plnkr.html into local folder on my…
Adi99
  • 65
  • 8
3
votes
4 answers

Angular 2 RC.5 Plunker error: TypeError: core_1.NgModule is not a function

I upgraded my Angular 2 Plunker from RC.4 to RC.5 by doing the following: updated systemjs.config.js to match the quickstart plunker updated main.ts to match the quickstart plunker created file app/app.module.ts, and populated it with what the…
Mark Rajcok
  • 362,217
  • 114
  • 495
  • 492
3
votes
3 answers

Is there a way to get TypeScript to transpile in Plunkr on the client side?

For my team, we're between projects, but I'm performing some basic research on TypeScript and how to use Angular 1.x with it, considering that Angular 2 is still being baked. I usually use Plunkr to make small-scale prototypes so that we can see…
Andrew Gray
  • 3,756
  • 3
  • 39
  • 75
3
votes
1 answer

Need help in creating network graph using visjs in angularjs

I need help in making this plunker work something similar to this vis example in angularjs. I am using tag and below data and options data var nodes = [ {id: 1, label: 'Node 1'}, {id: 2,…
user801116
3
votes
3 answers

Why does Plunker give 404 errors with AngularJS?

This code works fine when I run it locally but when I put it in this Plunker (http://plnkr.co/edit/RCMbxv7Peb83tRKWTMJM) I get the following looping 404 errors: Failed to load resource: the server responded with a status of 404 (Not Found)…
3
votes
1 answer

Does Plunker Support Multiple Views?

I am learning AngularJS and trying to test routes. I am wondering if Plunker supports this so that I can navigate different pages. *Clicking "Log in" returns Preview does not exist or has expired. in the View Plunker Demo HTML
Austin
  • 3,010
  • 23
  • 62
  • 97
3
votes
0 answers

Tips or Tools for Snapshotting an Open Web Page into Plunkr?

It's not uncommon for me to get stuck on some issue in my running web application and wish I could just make a quick one-off Plunkr (or jsfiddle) from the total set of the browser's script, style, and HTML SO THAT I can easily tweak and play with…
blaster
  • 8,876
  • 11
  • 48
  • 77
3
votes
1 answer

Some angularjs examples not working in jsfiddle and plunker

I am trying to experiment with examples and tutorials at http://docs.angularjs.org/guide/expression and the examples are not working in plunker and jsfiddle. I am getting this error in the console Uncaught Error: [$injector:modulerr]…
neoeahit
  • 1,689
  • 2
  • 21
  • 35
3
votes
1 answer

How can I maintain my underscore template settings in plunker?

I've been using plunker for about a month now. I was making a backbonejs plunker and I see that Underscore loses my template settings and falls back to ERB style templating whereas I would like the Mustache style syntax {{ myData }} . I am setting…
Hcabnettek
  • 12,678
  • 38
  • 124
  • 190
2
votes
1 answer

Array object in angular always default to 0 while deleting an object from the middle and adding a new object

I am trying to perform a simple array addition and deletion operations in Angular. Value inside array default to 0 while deleting an object from the middle and adding a new object . I have attached a plunkr url below. Please open the plunkr and…
Arun s
  • 869
  • 9
  • 19
2
votes
0 answers

Cannot see file list in Plunker Editor

When I open Plunker, I cannot see the Project directory, or any files. All i see is an ad for ag-Grid. I can see the files when I open the Embedded view, but I should be able to click on a file and edit it in the Editor, right? The tutorials (on…
Marvin
  • 389
  • 4
  • 10
2
votes
1 answer

Bundled RxJS in Angular 4 SystemJS plunk

Official Angular 4 plunk has a constant problem because it loads unbundled RxJS and often chokes on requests to unpkg.com Can SystemJS configuration be modified to use bundled RxJS in bundled Angular modules? map: { ... 'rxjs':…
Estus Flask
  • 206,104
  • 70
  • 425
  • 565
2
votes
0 answers

How to resolve keyboard shortcut collision between browser and online editor?

Some online editor is handy to use, such as plunker. They also provide keybindings such as for emacs/vim. However, editor hotkey such as Ctrl-n (next line) collide with Chrome browser hotkey (new window). Is there a way to resolve this?
modeller
  • 3,770
  • 3
  • 25
  • 49
1 2
3
16 17