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
2
votes
2 answers

formGroup expects a FormGroup instance error in Angular2 form

I am trying to create a basic form in Angular 2 on plunker but faced with the below error on Chrome Dev's Console: VM8247:27 EXCEPTION: Error in ./App class App - inline template:1:12 caused by: formGroup expects a FormGroup instance. Please pass…
Aakash Thakur
  • 3,837
  • 10
  • 33
  • 64
2
votes
1 answer

Polymer 1.x: Getting custom element to say HELLO WORLD in Plunker

In this Plunk, why won't the x-foo element render HELLO WORLD?. Given the more complex content-el seems to be importing an iron-data-table perfectly correctly. Am I overlooking something simple? Please answer with a working…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
2
votes
2 answers

Polymer 1.x: iron-data-table does not load data nor header styles on first render when inside neon-animated-pages

The below screenshot shows how my iron-data-table element looks when it first loads. Notice the data is missing and the headers are not fully formatted (the width seems to be too small to show the column header labels). However, if I enter a…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
2
votes
1 answer

Polymer 1.x: paper-dialog modal appears behind app-header-layout

I want to put a sub-element (child) inside an app-header-layout. The sub-element contains a paper-dialog modal. When I open the modal I expect to see the dialog box appear in front of the backdrop. Instead, the dialog appears behind the…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
2
votes
1 answer

Angular2 Project to Plunker

How do I get my Angular2 project running in Plunker that I can give other people examples of some functionalities without recreating every single file and resource?
moessi774
  • 1,029
  • 2
  • 12
  • 19
2
votes
1 answer

How to connect plunker to a local Node.js server?

I want to connect my plunk to a node server running on my local machine. I want to achieve this in order to obtain some data from a database. At the moment I have created some sample data in the app.js file on my plunk. Is there any way to do this?…
Sohan Shirodkar
  • 510
  • 3
  • 24
2
votes
1 answer

How can I make this plunker runnable?

I am trying to check out my ionic project which is built through angular js but unable to make runnable it on plunker. It's working on my local machine, with all rpm packages, etc …
KulOmkar
  • 263
  • 1
  • 17
2
votes
1 answer

How to create Angular2 single file for plunker?

I'm using such plunker like a starter for Angular2. But it's extremely slow. Mostly because it tries to transpile it each time when on reload: var angularVersion = '2.0.0-rc.4'; System.config({ baseUrl: '/', paths: { 'npmcdn:*':…
Stepan Suvorov
  • 25,118
  • 26
  • 108
  • 176
2
votes
1 answer

How to add several directives to a single component

Hello first of all I must say I am sorry but I don't know how to express the question better, is the reason I am not being able to find an answer by myself. What I'm talking about is how to load a component inside another one, I need to indicate it…
monkey intern
  • 705
  • 3
  • 14
  • 34
2
votes
1 answer

Copy of existing Plunkr

Today, i found one interesting plunker, after alot of searching on google found nothing, hope here i will find my answer. i juts want a copy of that plunker. i don't wanna use copy and paste technique. is there any method to get copy of well…
Pardeep jain
  • 90
  • 1
  • 8
2
votes
1 answer

AngularJS not working on Plunker

I'm trying to go through a simple tutorial on AngularJS and can't seem to get past the first step. {{ 10 x 10}} isn't appearing as 100. Any ideas?