- Install Virtual Box (https://www.virtualbox.org)
- Install Oracle VM VirtualBox Extension Pack (https://www.virtualbox.org)
- Install Vagrant
mkdir osxvm
cd osxvm
vagrant init jhcook/osx-elcapitan-10.11
| import { NgbDatepickerConfig, NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap'; | |
| import { NgbDateFRParserFormatter } from "./ngb-date-fr-parser-formatter" | |
| @Component({ | |
| providers: [{provide: NgbDateParserFormatter, useClass: NgbDateFRParserFormatter}] | |
| }) | |
| export class AppComponent {} |
mkdir osxvm
cd osxvm
vagrant init jhcook/osx-elcapitan-10.11
| /* | |
| In the node.js intro tutorial (http://nodejs.org/), they show a basic tcp | |
| server, but for some reason omit a client connecting to it. I added an | |
| example at the bottom. | |
| Save the following server in example.js: | |
| */ | |
| var net = require('net'); |