(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
beforeEach(async(() => { | |
TestBed.configureTestingModule({ | |
imports: [ | |
MdToolbarModule, | |
], | |
providers: [ | |
{ | |
provide: Router, | |
useClass: MockRouter, | |
}, |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>test upload by chunk</title> | |
</head> | |
<body> | |
<input type="file" id="f" /> | |
<script src="script.js"></script> |
Eugene@EUGENE-PC /some (master) | |
$ git log | |
commit f172c390d5c8a343e6a83842b6ce85a2884cf8e0 | |
Author: Eugene Serkin <[email protected]> | |
Date: Sat Oct 27 15:15:21 2012 +0300 | |
Initial commit | |
Eugene@EUGENE-PC /some (master) | |
$ git status |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
ul li { | |
list-style-type: none; | |
border:1px solid green; |
I use the first | |
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 |
npm install -g livereload | |
livereload "/var/www/html/some/some.html" | |
Make sure to have this script tag in your html files: | |
<script src="http://localhost:35729/livereload.js"></script> |
kill port already defined | |
========================= | |
fuser -k 8000/tcp | |
Kill annd Restart whenever u added new apps | |
--------------------------------------------- | |
Create and activate virtual environment |