Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a directory in plunker?

Tags:

plunker

How do you create a directory in a plunker ? or if there is a directory how do you create a new file/move in that directory ?

Do you need to use an external tool for this ?

Ex : I have edited this existing angular2 plunker, I have created myFile.ts file, I would like to move it in the app folder.
http://plnkr.co/edit/ZfeAwx8ye3xRWjAUSIyn?p=options

like image 216
tibbus Avatar asked Sep 03 '16 10:09

tibbus


People also ask

How do I run code in Plunker?

Fix step 1: Download package. json from Angular 2 QuickStart source code, put it in the root's project folder and change in the file src with . . Running npm install now passes successfully, probably downloading all the necessary dependencies.


1 Answers

Double click on the filename. Then you can rename it from myFile to app/myFile.

like image 145
John Henckel Avatar answered Dec 30 '22 09:12

John Henckel