CodeEditorDirectiveExample icon indicating copy to clipboard operation
CodeEditorDirectiveExample copied to clipboard

Code Editor Directive

This is demo code for the blog post on blog.codeschool.com

Running the sample server

You can run the simple node based server by running the following commands.

npm install
npm start

visit http://localhost:8888 in your browser.