Create Tool:
Create Time:2017-03-21 12:16:31
File Size:59.82 MB
File Count:1161
File Hash:aeef0162653142fd865c6519c986a32170799961
ng-book-code/.gitignore | 14 B |
ng-book-code/advanced_components/.test.bats | 620 B |
ng-book-code/advanced_components/app/css/styles.css | 132 B |
ng-book-code/advanced_components/app/css/styles.scss | 134 B |
ng-book-code/advanced_components/app/css/vendor/semantic.min.css | 509.12 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/advanced_components/app/css/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/advanced_components/app/images/avatars/elliot.jpg | 6.03 KB |
ng-book-code/advanced_components/app/images/avatars/helen.jpg | 6.10 KB |
ng-book-code/advanced_components/app/images/avatars/jenny.jpg | 6.14 KB |
ng-book-code/advanced_components/app/images/avatars/joe.jpg | 6.58 KB |
ng-book-code/advanced_components/app/images/avatars/justen.jpg | 6.19 KB |
ng-book-code/advanced_components/app/images/avatars/matt.jpg | 6.23 KB |
ng-book-code/advanced_components/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/advanced_components/app/images/favicon.ico | 5.30 KB |
ng-book-code/advanced_components/app/images/logos/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/advanced_components/app/index.html | 524 B |
ng-book-code/advanced_components/app/ts/app.ts | 7.00 KB |
ng-book-code/advanced_components/app/ts/app/example.ts | 532 B |
ng-book-code/advanced_components/app/ts/app/intro_component.ts | 534 B |
ng-book-code/advanced_components/app/ts/app/sidebar.ts | 1.39 KB |
ng-book-code/advanced_components/app/ts/assets.ts | 929 B |
ng-book-code/advanced_components/app/ts/change-detection/observables.ts | 1.03 KB |
ng-book-code/advanced_components/app/ts/change-detection/onpush.ts | 2.04 KB |
ng-book-code/advanced_components/app/ts/content-projection/content-projection.ts | 587 B |
ng-book-code/advanced_components/app/ts/host/host.ts | 1.57 KB |
ng-book-code/advanced_components/app/ts/host/steps/host_01.ts | 608 B |
ng-book-code/advanced_components/app/ts/host/steps/host_02.ts | 673 B |
ng-book-code/advanced_components/app/ts/host/steps/host_03.ts | 891 B |
ng-book-code/advanced_components/app/ts/host/steps/host_04.ts | 1.18 KB |
ng-book-code/advanced_components/app/ts/lifecycle-hooks/lifecycle_01.ts | 1.02 KB |
ng-book-code/advanced_components/app/ts/lifecycle-hooks/lifecycle_02.ts | 2.36 KB |
ng-book-code/advanced_components/app/ts/lifecycle-hooks/lifecycle_03.ts | 6.23 KB |
ng-book-code/advanced_components/app/ts/lifecycle-hooks/lifecycle_04.ts | 7.92 KB |
ng-book-code/advanced_components/app/ts/styling/external.css | 86 B |
ng-book-code/advanced_components/app/ts/styling/styling.ts | 2.22 KB |
ng-book-code/advanced_components/app/ts/tabs/tabs.ts | 1.85 KB |
ng-book-code/advanced_components/app/ts/templates/for.ts | 2.60 KB |
ng-book-code/advanced_components/app/ts/templates/if.ts | 990 B |
ng-book-code/advanced_components/app/ts/vendor.ts | 364 B |
ng-book-code/advanced_components/e2e/app.e2e-spec.ts | 1.14 KB |
ng-book-code/advanced_components/e2e/app.po.ts | 379 B |
ng-book-code/advanced_components/e2e/tsconfig.json | 349 B |
ng-book-code/advanced_components/karma.conf.js | 2.21 KB |
ng-book-code/advanced_components/LICENSE.md | 1.10 KB |
ng-book-code/advanced_components/Makefile | 446 B |
ng-book-code/advanced_components/package.json | 2.40 KB |
ng-book-code/advanced_components/protractor.conf.js | 920 B |
ng-book-code/advanced_components/README.md | 1.39 KB |
ng-book-code/advanced_components/tsconfig.json | 455 B |
ng-book-code/advanced_components/tslint.json | 1.91 KB |
ng-book-code/advanced_components/typings.json | 755 B |
ng-book-code/advanced_components/typings/browser.d.ts | 363 B |
ng-book-code/advanced_components/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/advanced_components/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/advanced_components/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/advanced_components/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/advanced_components/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/advanced_components/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/advanced_components/typings/main.d.ts | 345 B |
ng-book-code/advanced_components/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/advanced_components/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/advanced_components/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/advanced_components/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/advanced_components/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/advanced_components/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/advanced_components/webpack.config.js | 4.90 KB |
ng-book-code/built_in_directives/.test.bats | 625 B |
ng-book-code/built_in_directives/app/css/styles.css | 703 B |
ng-book-code/built_in_directives/app/css/styles.scss | 706 B |
ng-book-code/built_in_directives/app/css/vendor/semantic.min.css | 509.12 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/built_in_directives/app/css/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/built_in_directives/app/images/avatars/elliot.jpg | 6.03 KB |
ng-book-code/built_in_directives/app/images/avatars/helen.jpg | 6.10 KB |
ng-book-code/built_in_directives/app/images/avatars/jenny.jpg | 6.14 KB |
ng-book-code/built_in_directives/app/images/avatars/joe.jpg | 6.58 KB |
ng-book-code/built_in_directives/app/images/avatars/justen.jpg | 6.19 KB |
ng-book-code/built_in_directives/app/images/avatars/matt.jpg | 6.23 KB |
ng-book-code/built_in_directives/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/built_in_directives/app/images/favicon.ico | 5.30 KB |
ng-book-code/built_in_directives/app/images/logos/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/built_in_directives/app/index.html | 524 B |
ng-book-code/built_in_directives/app/ts/app.ts | 3.87 KB |
ng-book-code/built_in_directives/app/ts/app/example.ts | 532 B |
ng-book-code/built_in_directives/app/ts/app/intro_component.ts | 498 B |
ng-book-code/built_in_directives/app/ts/app/sidebar.ts | 1.39 KB |
ng-book-code/built_in_directives/app/ts/assets.ts | 929 B |
ng-book-code/built_in_directives/app/ts/ng_class/ng_class.ts | 2.03 KB |
ng-book-code/built_in_directives/app/ts/ng_for/ng_for.ts | 2.16 KB |
ng-book-code/built_in_directives/app/ts/ng_non_bindable/ng_non_bindable.ts | 698 B |
ng-book-code/built_in_directives/app/ts/ng_style/ng_style.ts | 2.42 KB |
ng-book-code/built_in_directives/app/ts/ng_switch/ng_switch.ts | 1.18 KB |
ng-book-code/built_in_directives/app/ts/vendor.ts | 364 B |
ng-book-code/built_in_directives/e2e/app.e2e-spec.ts | 620 B |
ng-book-code/built_in_directives/e2e/app.po.ts | 380 B |
ng-book-code/built_in_directives/e2e/tsconfig.json | 349 B |
ng-book-code/built_in_directives/karma.conf.js | 2.21 KB |
ng-book-code/built_in_directives/LICENSE.md | 1.10 KB |
ng-book-code/built_in_directives/Makefile | 446 B |
ng-book-code/built_in_directives/package.json | 2.45 KB |
ng-book-code/built_in_directives/protractor.conf.js | 920 B |
ng-book-code/built_in_directives/README.md | 1.40 KB |
ng-book-code/built_in_directives/tsconfig.json | 455 B |
ng-book-code/built_in_directives/tslint.json | 2.08 KB |
ng-book-code/built_in_directives/typings.json | 755 B |
ng-book-code/built_in_directives/typings/browser.d.ts | 363 B |
ng-book-code/built_in_directives/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/built_in_directives/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/built_in_directives/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/built_in_directives/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/built_in_directives/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/built_in_directives/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/built_in_directives/typings/main.d.ts | 345 B |
ng-book-code/built_in_directives/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/built_in_directives/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/built_in_directives/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/built_in_directives/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/built_in_directives/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/built_in_directives/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/built_in_directives/webpack.config.js | 4.91 KB |
ng-book-code/built_in_directives/yarn.lock | 158.02 KB |
ng-book-code/conversion/hybrid/.autosession.vim | 16.42 KB |
ng-book-code/conversion/hybrid/.gitignore | 643 B |
ng-book-code/conversion/hybrid/.test.bats | 585 B |
ng-book-code/conversion/hybrid/css/bootstrap.min.css | 106.95 KB |
ng-book-code/conversion/hybrid/css/interest.css | 1.43 KB |
ng-book-code/conversion/hybrid/css/sf.css | 1.12 KB |
ng-book-code/conversion/hybrid/e2e/app.e2e-spec.ts | 621 B |
ng-book-code/conversion/hybrid/e2e/app.po.ts | 464 B |
ng-book-code/conversion/hybrid/e2e/tsconfig.json | 349 B |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 5.07 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 6.96 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 4.88 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 7.27 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 7.16 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 3.31 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 6.88 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 4.59 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 8.18 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 5.12 KB |
ng-book-code/conversion/hybrid/images/avatars/[email protected] | 5.41 KB |
ng-book-code/conversion/hybrid/images/avatars/me.jpg | 14.32 KB |
ng-book-code/conversion/hybrid/images/icons/Heart-Empty.png | 552 B |
ng-book-code/conversion/hybrid/images/icons/Heart-Red.png | 416 B |
ng-book-code/conversion/hybrid/images/pins/106033588_167d811702_o.jpg | 108.46 KB |
ng-book-code/conversion/hybrid/images/pins/18690623833_5f21f6e248_o.jpg | 82.14 KB |
ng-book-code/conversion/hybrid/images/pins/19311217795_b57b6293b3_o.jpg | 52.51 KB |
ng-book-code/conversion/hybrid/images/pins/2389719785_2bee9f49b3_o.jpg | 50.35 KB |
ng-book-code/conversion/hybrid/images/pins/2655460065_381b1b25e2_o.jpg | 97.45 KB |
ng-book-code/conversion/hybrid/images/pins/2927304508_d28363967c_o.jpg | 79.88 KB |
ng-book-code/conversion/hybrid/images/pins/3714437087_5f1b1a6381_o.jpg | 165.78 KB |
ng-book-code/conversion/hybrid/images/pins/3714916723_938365e9a2_o.jpg | 129.34 KB |
ng-book-code/conversion/hybrid/images/pins/4422575066_7d5c4c41e7_o.jpg | 98.30 KB |
ng-book-code/conversion/hybrid/images/pins/4449613634_016c827042_o.jpg | 87.98 KB |
ng-book-code/conversion/hybrid/images/pins/6819859061_25d05ef2e1_o.jpg | 101.85 KB |
ng-book-code/conversion/hybrid/images/pins/6854992490_e380a504b9_o.jpg | 108.96 KB |
ng-book-code/conversion/hybrid/images/pins/6863434196_9a963a1023_o.jpg | 90.73 KB |
ng-book-code/conversion/hybrid/images/pins/9071808685_58c2c61efc_o.jpg | 149.08 KB |
ng-book-code/conversion/hybrid/images/pins/cat.jpg | 95.71 KB |
ng-book-code/conversion/hybrid/images/pins/cat2.jpg | 114.19 KB |
ng-book-code/conversion/hybrid/index.html | 1.22 KB |
ng-book-code/conversion/hybrid/js/app.d.ts | 392 B |
ng-book-code/conversion/hybrid/js/app.js | 1.86 KB |
ng-book-code/conversion/hybrid/js/data/sample-data.json | 6.67 KB |
ng-book-code/conversion/hybrid/js/vendor/angular-ui-router.js | 113.75 KB |
ng-book-code/conversion/hybrid/js/vendor/angular.js | 1.05 MB |
ng-book-code/conversion/hybrid/js/vendor/lodash.js | 401.81 KB |
ng-book-code/conversion/hybrid/package.json | 1.67 KB |
ng-book-code/conversion/hybrid/protractor.conf.js | 920 B |
ng-book-code/conversion/hybrid/README.md | 352 B |
ng-book-code/conversion/hybrid/resources/systemjs.config.js | 1.31 KB |
ng-book-code/conversion/hybrid/templates/add-ng2.html | 1.98 KB |
ng-book-code/conversion/hybrid/templates/home.html | 122 B |
ng-book-code/conversion/hybrid/templates/pin.html | 563 B |
ng-book-code/conversion/hybrid/ts/app.ts | 1.69 KB |
ng-book-code/conversion/hybrid/ts/components/AddPinComponent.ts | 1.16 KB |
ng-book-code/conversion/hybrid/ts/components/PinControlsComponent.ts | 721 B |
ng-book-code/conversion/hybrid/ts/services/AnalyticsService.ts | 425 B |
ng-book-code/conversion/hybrid/tsconfig.json | 423 B |
ng-book-code/conversion/hybrid/tslint.json | 2.08 KB |
ng-book-code/conversion/hybrid/typings.json | 663 B |
ng-book-code/conversion/hybrid/typings/browser.d.ts | 313 B |
ng-book-code/conversion/hybrid/typings/browser/ambient/angular-ui-router/index.d.ts | 17.67 KB |
ng-book-code/conversion/hybrid/typings/browser/ambient/angular/index.d.ts | 80.36 KB |
ng-book-code/conversion/hybrid/typings/browser/ambient/es6-shim/index.d.ts | 23.88 KB |
ng-book-code/conversion/hybrid/typings/browser/ambient/jquery/index.d.ts | 146.30 KB |
ng-book-code/conversion/hybrid/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/conversion/hybrid/typings/main.d.ts | 298 B |
ng-book-code/conversion/hybrid/typings/main/ambient/angular-ui-router/index.d.ts | 17.67 KB |
ng-book-code/conversion/hybrid/typings/main/ambient/angular/index.d.ts | 80.36 KB |
ng-book-code/conversion/hybrid/typings/main/ambient/es6-shim/index.d.ts | 23.88 KB |
ng-book-code/conversion/hybrid/typings/main/ambient/jquery/index.d.ts | 146.30 KB |
ng-book-code/conversion/hybrid/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/conversion/ng1/.gitignore | 591 B |
ng-book-code/conversion/ng1/css/bootstrap.min.css | 106.95 KB |
ng-book-code/conversion/ng1/css/interest.css | 1.43 KB |
ng-book-code/conversion/ng1/css/sf.css | 1.12 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 5.07 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 6.96 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 4.88 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 7.27 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 7.16 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 3.31 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 6.88 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 4.59 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 8.18 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 5.12 KB |
ng-book-code/conversion/ng1/images/avatars/[email protected] | 5.41 KB |
ng-book-code/conversion/ng1/images/avatars/me.jpg | 14.32 KB |
ng-book-code/conversion/ng1/images/icons/Heart-Empty.png | 552 B |
ng-book-code/conversion/ng1/images/icons/Heart-Red.png | 416 B |
ng-book-code/conversion/ng1/images/pins/106033588_167d811702_o.jpg | 108.46 KB |
ng-book-code/conversion/ng1/images/pins/18690623833_5f21f6e248_o.jpg | 82.14 KB |
ng-book-code/conversion/ng1/images/pins/19311217795_b57b6293b3_o.jpg | 52.51 KB |
ng-book-code/conversion/ng1/images/pins/2389719785_2bee9f49b3_o.jpg | 50.35 KB |
ng-book-code/conversion/ng1/images/pins/2655460065_381b1b25e2_o.jpg | 97.45 KB |
ng-book-code/conversion/ng1/images/pins/2927304508_d28363967c_o.jpg | 79.88 KB |
ng-book-code/conversion/ng1/images/pins/3714437087_5f1b1a6381_o.jpg | 165.78 KB |
ng-book-code/conversion/ng1/images/pins/3714916723_938365e9a2_o.jpg | 129.34 KB |
ng-book-code/conversion/ng1/images/pins/4422575066_7d5c4c41e7_o.jpg | 98.30 KB |
ng-book-code/conversion/ng1/images/pins/4449613634_016c827042_o.jpg | 87.98 KB |
ng-book-code/conversion/ng1/images/pins/6819859061_25d05ef2e1_o.jpg | 101.85 KB |
ng-book-code/conversion/ng1/images/pins/6854992490_e380a504b9_o.jpg | 108.96 KB |
ng-book-code/conversion/ng1/images/pins/6863434196_9a963a1023_o.jpg | 90.73 KB |
ng-book-code/conversion/ng1/images/pins/9071808685_58c2c61efc_o.jpg | 149.08 KB |
ng-book-code/conversion/ng1/images/pins/cat.jpg | 95.71 KB |
ng-book-code/conversion/ng1/images/pins/cat2.jpg | 114.19 KB |
ng-book-code/conversion/ng1/index.html | 841 B |
ng-book-code/conversion/ng1/js/app.js | 2.46 KB |
ng-book-code/conversion/ng1/js/data/sample-data.json | 6.67 KB |
ng-book-code/conversion/ng1/js/vendor/angular-ui-router.js | 113.75 KB |
ng-book-code/conversion/ng1/js/vendor/angular.js | 1.05 MB |
ng-book-code/conversion/ng1/js/vendor/lodash.js | 401.81 KB |
ng-book-code/conversion/ng1/package.json | 393 B |
ng-book-code/conversion/ng1/protractor.conf | 585 B |
ng-book-code/conversion/ng1/README.md | 284 B |
ng-book-code/conversion/ng1/spec/home/home_spec.js | 861 B |
ng-book-code/conversion/ng1/spec/spec_helper.js | 615 B |
ng-book-code/conversion/ng1/templates/add.html | 1.85 KB |
ng-book-code/conversion/ng1/templates/home.html | 122 B |
ng-book-code/conversion/ng1/templates/pin.html | 761 B |
ng-book-code/dependency_injection/complex/.gitignore | 81 B |
ng-book-code/dependency_injection/complex/.test.bats | 593 B |
ng-book-code/dependency_injection/complex/app/css/sportify.scss | 196 B |
ng-book-code/dependency_injection/complex/app/css/styles.css | 149.47 KB |
ng-book-code/dependency_injection/complex/app/css/styles.scss | 138 B |
ng-book-code/dependency_injection/complex/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/dependency_injection/complex/app/images/favicon.ico | 5.30 KB |
ng-book-code/dependency_injection/complex/app/images/loading.gif | 23.88 KB |
ng-book-code/dependency_injection/complex/app/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/dependency_injection/complex/app/index.html | 663 B |
ng-book-code/dependency_injection/complex/app/ts/app.ts | 1.82 KB |
ng-book-code/dependency_injection/complex/app/ts/services/ApiService.js | 248 B |
ng-book-code/dependency_injection/complex/app/ts/services/ApiService.ts | 88 B |
ng-book-code/dependency_injection/complex/app/ts/services/LargeService.ts | 87 B |
ng-book-code/dependency_injection/complex/app/ts/services/SmallService.ts | 87 B |
ng-book-code/dependency_injection/complex/app/ts/services/ViewPortService.ts | 367 B |
ng-book-code/dependency_injection/complex/app/ts/vendor.ts | 364 B |
ng-book-code/dependency_injection/complex/e2e/app.e2e-spec.ts | 677 B |
ng-book-code/dependency_injection/complex/e2e/app.po.ts | 353 B |
ng-book-code/dependency_injection/complex/e2e/tsconfig.json | 349 B |
ng-book-code/dependency_injection/complex/karma.conf.js | 2.11 KB |
ng-book-code/dependency_injection/complex/Makefile | 295 B |
ng-book-code/dependency_injection/complex/package.json | 2.27 KB |
ng-book-code/dependency_injection/complex/protractor.conf.js | 1021 B |
ng-book-code/dependency_injection/complex/README.md | 200 B |
ng-book-code/dependency_injection/complex/resources/vendor/semantic.min.css | 509.12 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/dependency_injection/complex/resources/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/dependency_injection/complex/tsconfig.json | 740 B |
ng-book-code/dependency_injection/complex/tslint.json | 2.08 KB |
ng-book-code/dependency_injection/complex/typings.json | 745 B |
ng-book-code/dependency_injection/complex/typings/browser.d.ts | 363 B |
ng-book-code/dependency_injection/complex/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/complex/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/complex/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/complex/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/complex/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/complex/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/complex/typings/main.d.ts | 345 B |
ng-book-code/dependency_injection/complex/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/complex/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/complex/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/complex/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/complex/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/complex/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/complex/webpack.config.js | 4.92 KB |
ng-book-code/dependency_injection/injector/.gitignore | 81 B |
ng-book-code/dependency_injection/injector/.test.bats | 596 B |
ng-book-code/dependency_injection/injector/app/css/sportify.scss | 196 B |
ng-book-code/dependency_injection/injector/app/css/styles.css | 149.47 KB |
ng-book-code/dependency_injection/injector/app/css/styles.scss | 138 B |
ng-book-code/dependency_injection/injector/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/dependency_injection/injector/app/images/favicon.ico | 5.30 KB |
ng-book-code/dependency_injection/injector/app/images/loading.gif | 23.88 KB |
ng-book-code/dependency_injection/injector/app/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/dependency_injection/injector/app/index.html | 663 B |
ng-book-code/dependency_injection/injector/app/ts/app.ts | 1.10 KB |
ng-book-code/dependency_injection/injector/app/ts/vendor.ts | 364 B |
ng-book-code/dependency_injection/injector/e2e/app.e2e-spec.ts | 640 B |
ng-book-code/dependency_injection/injector/e2e/app.po.ts | 353 B |
ng-book-code/dependency_injection/injector/e2e/tsconfig.json | 349 B |
ng-book-code/dependency_injection/injector/karma.conf.js | 2.11 KB |
ng-book-code/dependency_injection/injector/Makefile | 295 B |
ng-book-code/dependency_injection/injector/package.json | 2.28 KB |
ng-book-code/dependency_injection/injector/protractor.conf.js | 1021 B |
ng-book-code/dependency_injection/injector/README.md | 189 B |
ng-book-code/dependency_injection/injector/resources/vendor/semantic.min.css | 509.12 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/dependency_injection/injector/resources/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/dependency_injection/injector/tsconfig.json | 575 B |
ng-book-code/dependency_injection/injector/tslint.json | 2.08 KB |
ng-book-code/dependency_injection/injector/typings.json | 744 B |
ng-book-code/dependency_injection/injector/typings/browser.d.ts | 363 B |
ng-book-code/dependency_injection/injector/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/injector/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/injector/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/injector/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/injector/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/injector/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/injector/typings/main.d.ts | 345 B |
ng-book-code/dependency_injection/injector/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/injector/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/injector/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/injector/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/injector/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/injector/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/injector/webpack.config.js | 4.92 KB |
ng-book-code/dependency_injection/misc/.gitignore | 81 B |
ng-book-code/dependency_injection/misc/.test.bats | 584 B |
ng-book-code/dependency_injection/misc/app/css/sportify.scss | 196 B |
ng-book-code/dependency_injection/misc/app/css/styles.css | 149.47 KB |
ng-book-code/dependency_injection/misc/app/css/styles.scss | 138 B |
ng-book-code/dependency_injection/misc/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/dependency_injection/misc/app/images/favicon.ico | 5.30 KB |
ng-book-code/dependency_injection/misc/app/images/loading.gif | 23.88 KB |
ng-book-code/dependency_injection/misc/app/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/dependency_injection/misc/app/index.html | 663 B |
ng-book-code/dependency_injection/misc/app/ts/app.ts | 1.40 KB |
ng-book-code/dependency_injection/misc/app/ts/vendor.ts | 364 B |
ng-book-code/dependency_injection/misc/e2e/app.e2e-spec.ts | 693 B |
ng-book-code/dependency_injection/misc/e2e/app.po.ts | 353 B |
ng-book-code/dependency_injection/misc/e2e/tsconfig.json | 349 B |
ng-book-code/dependency_injection/misc/karma.conf.js | 2.11 KB |
ng-book-code/dependency_injection/misc/Makefile | 295 B |
ng-book-code/dependency_injection/misc/package.json | 2.27 KB |
ng-book-code/dependency_injection/misc/protractor.conf.js | 1021 B |
ng-book-code/dependency_injection/misc/README.md | 189 B |
ng-book-code/dependency_injection/misc/resources/vendor/semantic.min.css | 509.12 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/dependency_injection/misc/resources/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/dependency_injection/misc/tsconfig.json | 575 B |
ng-book-code/dependency_injection/misc/tslint.json | 2.08 KB |
ng-book-code/dependency_injection/misc/typings.json | 744 B |
ng-book-code/dependency_injection/misc/typings/browser.d.ts | 363 B |
ng-book-code/dependency_injection/misc/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/misc/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/misc/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/misc/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/misc/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/misc/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/misc/typings/main.d.ts | 345 B |
ng-book-code/dependency_injection/misc/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/misc/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/misc/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/misc/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/misc/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/misc/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/misc/webpack.config.js | 4.92 KB |
ng-book-code/dependency_injection/simple/.gitignore | 81 B |
ng-book-code/dependency_injection/simple/.test.bats | 587 B |
ng-book-code/dependency_injection/simple/app/css/sportify.scss | 196 B |
ng-book-code/dependency_injection/simple/app/css/styles.css | 149.47 KB |
ng-book-code/dependency_injection/simple/app/css/styles.scss | 138 B |
ng-book-code/dependency_injection/simple/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/dependency_injection/simple/app/images/favicon.ico | 5.30 KB |
ng-book-code/dependency_injection/simple/app/images/loading.gif | 23.88 KB |
ng-book-code/dependency_injection/simple/app/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/dependency_injection/simple/app/index.html | 663 B |
ng-book-code/dependency_injection/simple/app/ts/app.long.ts | 1.00 KB |
ng-book-code/dependency_injection/simple/app/ts/app.ts | 890 B |
ng-book-code/dependency_injection/simple/app/ts/services/ApiService.js | 248 B |
ng-book-code/dependency_injection/simple/app/ts/services/ApiService.ts | 88 B |
ng-book-code/dependency_injection/simple/app/ts/vendor.ts | 364 B |
ng-book-code/dependency_injection/simple/e2e/app.e2e-spec.ts | 637 B |
ng-book-code/dependency_injection/simple/e2e/app.po.ts | 353 B |
ng-book-code/dependency_injection/simple/e2e/tsconfig.json | 349 B |
ng-book-code/dependency_injection/simple/karma.conf.js | 2.11 KB |
ng-book-code/dependency_injection/simple/Makefile | 295 B |
ng-book-code/dependency_injection/simple/package.json | 2.27 KB |
ng-book-code/dependency_injection/simple/protractor.conf.js | 1021 B |
ng-book-code/dependency_injection/simple/README.md | 189 B |
ng-book-code/dependency_injection/simple/resources/vendor/semantic.min.css | 509.12 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/dependency_injection/simple/resources/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/dependency_injection/simple/tsconfig.json | 642 B |
ng-book-code/dependency_injection/simple/tslint.json | 2.08 KB |
ng-book-code/dependency_injection/simple/typings.json | 744 B |
ng-book-code/dependency_injection/simple/typings/browser.d.ts | 363 B |
ng-book-code/dependency_injection/simple/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/simple/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/simple/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/simple/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/simple/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/simple/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/simple/typings/main.d.ts | 345 B |
ng-book-code/dependency_injection/simple/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/simple/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/simple/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/simple/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/simple/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/simple/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/simple/webpack.config.js | 4.92 KB |
ng-book-code/dependency_injection/value/.gitignore | 81 B |
ng-book-code/dependency_injection/value/.test.bats | 587 B |
ng-book-code/dependency_injection/value/app/css/sportify.scss | 196 B |
ng-book-code/dependency_injection/value/app/css/styles.css | 149.47 KB |
ng-book-code/dependency_injection/value/app/css/styles.scss | 138 B |
ng-book-code/dependency_injection/value/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/dependency_injection/value/app/images/favicon.ico | 5.30 KB |
ng-book-code/dependency_injection/value/app/images/loading.gif | 23.88 KB |
ng-book-code/dependency_injection/value/app/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/dependency_injection/value/app/index.html | 661 B |
ng-book-code/dependency_injection/value/app/ts/app.ts | 1.08 KB |
ng-book-code/dependency_injection/value/app/ts/services/ApiService.js | 248 B |
ng-book-code/dependency_injection/value/app/ts/services/ApiService.ts | 249 B |
ng-book-code/dependency_injection/value/app/ts/vendor.ts | 364 B |
ng-book-code/dependency_injection/value/e2e/app.e2e-spec.ts | 627 B |
ng-book-code/dependency_injection/value/e2e/app.po.ts | 353 B |
ng-book-code/dependency_injection/value/e2e/tsconfig.json | 349 B |
ng-book-code/dependency_injection/value/karma.conf.js | 2.11 KB |
ng-book-code/dependency_injection/value/Makefile | 295 B |
ng-book-code/dependency_injection/value/package.json | 2.32 KB |
ng-book-code/dependency_injection/value/protractor.conf.js | 1021 B |
ng-book-code/dependency_injection/value/README.md | 189 B |
ng-book-code/dependency_injection/value/resources/vendor/semantic.min.css | 509.12 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/dependency_injection/value/resources/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/dependency_injection/value/tsconfig.json | 614 B |
ng-book-code/dependency_injection/value/tslint.json | 2.08 KB |
ng-book-code/dependency_injection/value/typings.json | 743 B |
ng-book-code/dependency_injection/value/typings/browser.d.ts | 363 B |
ng-book-code/dependency_injection/value/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/value/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/value/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/value/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/value/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/value/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/value/typings/main.d.ts | 345 B |
ng-book-code/dependency_injection/value/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/dependency_injection/value/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/dependency_injection/value/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/dependency_injection/value/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/dependency_injection/value/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/dependency_injection/value/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/dependency_injection/value/webpack.config.js | 4.92 KB |
ng-book-code/first_app/.gitignore | 5 B |
ng-book-code/first_app/angular-hello-world/.angular-cli.json | 1.09 KB |
ng-book-code/first_app/angular-hello-world/.editorconfig | 245 B |
ng-book-code/first_app/angular-hello-world/.gitignore | 508 B |
ng-book-code/first_app/angular-hello-world/.test.bats | 700 B |
ng-book-code/first_app/angular-hello-world/e2e/app.e2e-spec.ts | 418 B |
ng-book-code/first_app/angular-hello-world/e2e/app.po.ts | 222 B |
ng-book-code/first_app/angular-hello-world/e2e/tsconfig.json | 384 B |
ng-book-code/first_app/angular-hello-world/karma.conf.js | 1.25 KB |
ng-book-code/first_app/angular-hello-world/package.json | 1.30 KB |
ng-book-code/first_app/angular-hello-world/protractor.conf.js | 758 B |
ng-book-code/first_app/angular-hello-world/README.md | 1.07 KB |
ng-book-code/first_app/angular-hello-world/src/app/app.component.1.html | 62 B |
ng-book-code/first_app/angular-hello-world/src/app/app.component.2.html | 98 B |
ng-book-code/first_app/angular-hello-world/src/app/app.component.css | 0 B |
ng-book-code/first_app/angular-hello-world/src/app/app.component.html | 98 B |
ng-book-code/first_app/angular-hello-world/src/app/app.component.spec.ts | 1.28 KB |
ng-book-code/first_app/angular-hello-world/src/app/app.component.ts | 214 B |
ng-book-code/first_app/angular-hello-world/src/app/app.module.ts | 721 B |
ng-book-code/first_app/angular-hello-world/src/app/hello-world/hello-world.component.css | 0 B |
ng-book-code/first_app/angular-hello-world/src/app/hello-world/hello-world.component.html | 30 B |
ng-book-code/first_app/angular-hello-world/src/app/hello-world/hello-world.component.spec.ts | 338 B |
ng-book-code/first_app/angular-hello-world/src/app/hello-world/hello-world.component.ts | 288 B |
ng-book-code/first_app/angular-hello-world/src/app/user-item/user-item.component.1.ts | 367 B |
ng-book-code/first_app/angular-hello-world/src/app/user-item/user-item.component.css | 0 B |
ng-book-code/first_app/angular-hello-world/src/app/user-item/user-item.component.html | 28 B |
ng-book-code/first_app/angular-hello-world/src/app/user-item/user-item.component.spec.ts | 330 B |
ng-book-code/first_app/angular-hello-world/src/app/user-item/user-item.component.ts | 402 B |
ng-book-code/first_app/angular-hello-world/src/app/user-list/user-list.component.1.html | 66 B |
ng-book-code/first_app/angular-hello-world/src/app/user-list/user-list.component.2.html | 80 B |
ng-book-code/first_app/angular-hello-world/src/app/user-list/user-list.component.css | 0 B |
ng-book-code/first_app/angular-hello-world/src/app/user-list/user-list.component.html | 98 B |
ng-book-code/first_app/angular-hello-world/src/app/user-list/user-list.component.spec.ts | 330 B |
ng-book-code/first_app/angular-hello-world/src/app/user-list/user-list.component.ts | 355 B |
ng-book-code/first_app/angular-hello-world/src/assets/.gitkeep | 0 B |
ng-book-code/first_app/angular-hello-world/src/environments/environment.prod.ts | 51 B |
ng-book-code/first_app/angular-hello-world/src/environments/environment.ts | 387 B |
ng-book-code/first_app/angular-hello-world/src/favicon.ico | 5.30 KB |
ng-book-code/first_app/angular-hello-world/src/index.html | 304 B |
ng-book-code/first_app/angular-hello-world/src/main.ts | 336 B |
ng-book-code/first_app/angular-hello-world/src/polyfills.ts | 2.37 KB |
ng-book-code/first_app/angular-hello-world/src/styles.css | 80 B |
ng-book-code/first_app/angular-hello-world/src/test.ts | 1.06 KB |
ng-book-code/first_app/angular-hello-world/src/tsconfig.json | 405 B |
ng-book-code/first_app/angular-hello-world/tslint.json | 2.65 KB |
ng-book-code/first_app/angular-reddit/.angular-cli.json | 1.09 KB |
ng-book-code/first_app/angular-reddit/.editorconfig | 260 B |
ng-book-code/first_app/angular-reddit/.gitignore | 395 B |
ng-book-code/first_app/angular-reddit/.test.bats | 678 B |
ng-book-code/first_app/angular-reddit/e2e/app.e2e-spec.ts | 707 B |
ng-book-code/first_app/angular-reddit/e2e/app.po.ts | 680 B |
ng-book-code/first_app/angular-reddit/e2e/tsconfig.json | 349 B |
ng-book-code/first_app/angular-reddit/karma.conf.js | 971 B |
ng-book-code/first_app/angular-reddit/package.json | 1.28 KB |
ng-book-code/first_app/angular-reddit/protractor.conf.js | 895 B |
ng-book-code/first_app/angular-reddit/README.md | 1.15 KB |
ng-book-code/first_app/angular-reddit/src/app/app.component.css | 0 B |
ng-book-code/first_app/angular-reddit/src/app/app.component.html | 632 B |
ng-book-code/first_app/angular-reddit/src/app/app.component.spec.ts | 1008 B |
ng-book-code/first_app/angular-reddit/src/app/app.component.ts | 893 B |
ng-book-code/first_app/angular-reddit/src/app/app.module.ts | 541 B |
ng-book-code/first_app/angular-reddit/src/app/article/article.component.css | 0 B |
ng-book-code/first_app/angular-reddit/src/app/article/article.component.html | 705 B |
ng-book-code/first_app/angular-reddit/src/app/article/article.component.spec.ts | 325 B |
ng-book-code/first_app/angular-reddit/src/app/article/article.component.ts | 517 B |
ng-book-code/first_app/angular-reddit/src/app/article/article.model.ts | 475 B |
ng-book-code/first_app/angular-reddit/src/app/index.ts | 63 B |
ng-book-code/first_app/angular-reddit/src/app/shared/index.ts | 0 B |
ng-book-code/first_app/angular-reddit/src/app/vendor/semantic.min.css | 509.12 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/first_app/angular-reddit/src/app/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/first_app/angular-reddit/src/assets/.gitkeep | 0 B |
ng-book-code/first_app/angular-reddit/src/assets/.npmignore | 0 B |
ng-book-code/first_app/angular-reddit/src/assets/images/favicon-32x32.png | 1.94 KB |
ng-book-code/first_app/angular-reddit/src/assets/images/favicon.ico | 5.30 KB |
ng-book-code/first_app/angular-reddit/src/assets/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/first_app/angular-reddit/src/environments/environment.prod.ts | 51 B |
ng-book-code/first_app/angular-reddit/src/environments/environment.ts | 387 B |
ng-book-code/first_app/angular-reddit/src/favicon.ico | 5.30 KB |
ng-book-code/first_app/angular-reddit/src/index.html | 757 B |
ng-book-code/first_app/angular-reddit/src/main.ts | 351 B |
ng-book-code/first_app/angular-reddit/src/polyfills.ts | 601 B |
ng-book-code/first_app/angular-reddit/src/styles.css | 623 B |
ng-book-code/first_app/angular-reddit/src/test.ts | 1.08 KB |
ng-book-code/first_app/angular-reddit/src/tsconfig.json | 362 B |
ng-book-code/first_app/angular-reddit/src/typings.d.ts | 173 B |
ng-book-code/first_app/angular-reddit/steps/src/app/app.component.1.html | 271 B |
ng-book-code/first_app/angular-reddit/steps/src/app/app.component.1.ts | 214 B |
ng-book-code/first_app/angular-reddit/steps/src/app/app.component.2.html | 494 B |
ng-book-code/first_app/angular-reddit/steps/src/app/app.component.2.ts | 366 B |
ng-book-code/first_app/angular-reddit/steps/src/app/app.component.3.html | 624 B |
ng-book-code/first_app/angular-reddit/steps/src/app/app.component.3.ts | 778 B |
ng-book-code/first_app/angular-reddit/steps/src/app/article/article.component.1.html | 634 B |
ng-book-code/first_app/angular-reddit/steps/src/app/article/article.component.1.ts | 525 B |
ng-book-code/first_app/angular-reddit/steps/src/app/article/article.component.2.ts | 609 B |
ng-book-code/first_app/angular-reddit/steps/src/app/article/article.component.3.ts | 607 B |
ng-book-code/first_app/angular-reddit/steps/src/app/article/article.component.4.html | 658 B |
ng-book-code/first_app/angular-reddit/steps/src/app/article/article.model.1.ts | 216 B |
ng-book-code/first_app/angular-reddit/tslint.json | 2.60 KB |
ng-book-code/forms/.gitignore | 25 B |
ng-book-code/forms/.test.bats | 687 B |
ng-book-code/forms/app/css/semantic.min.css | 509.12 KB |
ng-book-code/forms/app/css/styles.css | 534 B |
ng-book-code/forms/app/css/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/forms/app/css/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/forms/app/css/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/forms/app/css/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/forms/app/css/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/forms/app/css/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/forms/app/css/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/forms/app/images/favicon-32x32.png | 1.94 KB |
ng-book-code/forms/app/images/favicon.ico | 5.30 KB |
ng-book-code/forms/app/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/forms/app/index.html | 1.01 KB |
ng-book-code/forms/app/ts/app.ts | 2.14 KB |
ng-book-code/forms/app/ts/forms/demo_form_ng_model.ts | 1.21 KB |
ng-book-code/forms/app/ts/forms/demo_form_sku.ts | 678 B |
ng-book-code/forms/app/ts/forms/demo_form_sku_with_builder.ts | 928 B |
ng-book-code/forms/app/ts/forms/demo_form_with_custom_validations.ts | 1.93 KB |
ng-book-code/forms/app/ts/forms/demo_form_with_events.ts | 1.61 KB |
ng-book-code/forms/app/ts/forms/demo_form_with_validations_explicit.ts | 1.41 KB |
ng-book-code/forms/app/ts/forms/demo_form_with_validations_shorthand.ts | 1.32 KB |
ng-book-code/forms/e2e/app.e2e-spec.ts | 405 B |
ng-book-code/forms/e2e/app.po.ts | 311 B |
ng-book-code/forms/e2e/tsconfig.json | 349 B |
ng-book-code/forms/karma.conf.js | 2.11 KB |
ng-book-code/forms/karma.conf.js.es6 | 2.32 KB |
ng-book-code/forms/Makefile | 295 B |
ng-book-code/forms/package.json | 2.16 KB |
ng-book-code/forms/protractor.conf.js | 920 B |
ng-book-code/forms/README.md | 282 B |
ng-book-code/forms/test.bundle.js | 1.83 KB |
ng-book-code/forms/test.bundle.ts | 1.68 KB |
ng-book-code/forms/test/forms/demo_form_ng_model.spec.ts | 1.03 KB |
ng-book-code/forms/test/forms/demo_form_sku.spec.ts | 1.53 KB |
ng-book-code/forms/test/forms/demo_form_sku_with_builder.spec.ts | 897 B |
ng-book-code/forms/test/forms/demo_form_with_custom_validations.spec.ts | 2.19 KB |
ng-book-code/forms/test/forms/demo_form_with_events.spec.ts | 2.68 KB |
ng-book-code/forms/test/forms/demo_form_with_events_bad.spec.ts | 1.96 KB |
ng-book-code/forms/test/forms/demo_form_with_validations_explicit.spec.ts | 1.62 KB |
ng-book-code/forms/test/forms/demo_form_with_validations_shorthand.spec.ts | 2.31 KB |
ng-book-code/forms/test/util.ts | 485 B |
ng-book-code/forms/tsconfig.json | 543 B |
ng-book-code/forms/tslint.json | 2.08 KB |
ng-book-code/forms/typings.json | 740 B |
ng-book-code/forms/typings/browser.d.ts | 363 B |
ng-book-code/forms/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/forms/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/forms/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/forms/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/forms/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/forms/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/forms/typings/main.d.ts | 345 B |
ng-book-code/forms/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/forms/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/forms/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/forms/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/forms/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/forms/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/forms/vendor.ts | 343 B |
ng-book-code/forms/webpack.config.js | 4.43 KB |
ng-book-code/how_angular_works/inventory-app/.angular-cli.json | 1.15 KB |
ng-book-code/how_angular_works/inventory-app/.editorconfig | 245 B |
ng-book-code/how_angular_works/inventory-app/.gitignore | 5 B |
ng-book-code/how_angular_works/inventory-app/.test.bats | 735 B |
ng-book-code/how_angular_works/inventory-app/e2e/app.e2e-spec.ts | 601 B |
ng-book-code/how_angular_works/inventory-app/e2e/app.po.ts | 311 B |
ng-book-code/how_angular_works/inventory-app/e2e/tsconfig.e2e.json | 352 B |
ng-book-code/how_angular_works/inventory-app/karma.conf.js | 1.21 KB |
ng-book-code/how_angular_works/inventory-app/package.json | 1.19 KB |
ng-book-code/how_angular_works/inventory-app/protractor.conf.js | 756 B |
ng-book-code/how_angular_works/inventory-app/README.md | 1.06 KB |
ng-book-code/how_angular_works/inventory-app/src/app/app.component.ts | 1.13 KB |
ng-book-code/how_angular_works/inventory-app/src/app/app.module.ts | 1016 B |
ng-book-code/how_angular_works/inventory-app/src/app/price-display/price-display.component.ts | 313 B |
ng-book-code/how_angular_works/inventory-app/src/app/product-department/product-department.component.ts | 568 B |
ng-book-code/how_angular_works/inventory-app/src/app/product-image/product-image.component.ts | 395 B |
ng-book-code/how_angular_works/inventory-app/src/app/product-row/product-row.component.html | 374 B |
ng-book-code/how_angular_works/inventory-app/src/app/product-row/product-row.component.ts | 351 B |
ng-book-code/how_angular_works/inventory-app/src/app/product.model.ts | 221 B |
ng-book-code/how_angular_works/inventory-app/src/app/products-list/products-list.component.ts | 1.35 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/.gitkeep | 0 B |
ng-book-code/how_angular_works/inventory-app/src/assets/images/favicon-32x32.png | 1.94 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/images/favicon.ico | 5.30 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/images/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/images/products/black-hat.jpg | 8.84 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/images/products/black-shoes.jpg | 15.27 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/images/products/blue-jacket.jpg | 32.73 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/semantic.min.css | 509.12 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/fonts/icons.eot | 59.34 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/fonts/icons.otf | 91.69 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/fonts/icons.svg | 306.05 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/fonts/icons.ttf | 119.23 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/fonts/icons.woff | 69.83 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/fonts/icons.woff2 | 55.45 KB |
ng-book-code/how_angular_works/inventory-app/src/assets/vendor/themes/default/assets/images/flags.png | 27.46 KB |
ng-book-code/how_angular_works/inventory-app/src/environments/environment.prod.ts | 51 B |
ng-book-code/how_angular_works/inventory-app/src/environments/environment.ts | 387 B |
ng-book-code/how_angular_works/inventory-app/src/favicon.ico | 5.30 KB |
ng-book-code/how_angular_works/inventory-app/src/index.html | 854 B |
ng-book-code/how_angular_works/inventory-app/src/main.ts | 336 B |
ng-book-code/how_angular_works/inventory-app/src/polyfills.ts | 2.37 KB |
ng-book-code/how_angular_works/inventory-app/src/styles.css | 894 B |
ng-book-code/how_angular_works/inventory-app/src/test.ts | 1.06 KB |
ng-book-code/how_angular_works/inventory-app/src/tsconfig.app.json | 397 B |
ng-book-code/how_angular_works/inventory-app/src/tsconfig.spec.json | 439 B |
ng-book-code/how_angular_works/inventory-app/tsconfig.json | 275 B |
ng-book-code/how_angular_works/inventory-app/tslint.json | 2.65 KB |
ng-book-code/http/.gitignore | 571 B |
ng-book-code/http/.test.bats | 674 B |
ng-book-code/http/app/css/chat.scss | 4.40 KB |
ng-book-code/http/app/css/styles.css | 172.85 KB |
ng-book-code/http/app/css/styles.scss | 134 B |
ng-book-code/http/app/images/loading.gif | 23.88 KB |
ng-book-code/http/app/index.html | 404 B |
ng-book-code/http/app/ts/app.ts | 1.34 KB |
ng-book-code/http/app/ts/components/MoreHTTPRequests.ts | 1.48 KB |
ng-book-code/http/app/ts/components/SimpleHTTPComponent.ts | 677 B |
ng-book-code/http/app/ts/components/YouTubeSearchComponent.ts | 5.56 KB |
ng-book-code/http/app/ts/vendor.ts | 364 B |
ng-book-code/http/e2e/app.e2e-spec.ts | 1007 B |
ng-book-code/http/e2e/app.po.ts | 485 B |
ng-book-code/http/e2e/tsconfig.json | 349 B |
ng-book-code/http/karma.conf.js | 2.32 KB |
ng-book-code/http/Makefile | 296 B |
ng-book-code/http/package.json | 2.29 KB |
ng-book-code/http/protractor.conf.js | 920 B |
ng-book-code/http/README.md | 166 B |
ng-book-code/http/test.bundle.js | 1.83 KB |
ng-book-code/http/test/fixture/youtube-response.json | 242 B |
ng-book-code/http/test/MoreHTTPRequests.spec.ts | 2.61 KB |
ng-book-code/http/test/typings/karma-read-json.d.ts | 49 B |
ng-book-code/http/test/YouTubeSearchComponentAfter.spec.ts | 2.77 KB |
ng-book-code/http/test/YouTubeSearchComponentBefore.spec.ts | 1.94 KB |
ng-book-code/http/TODO.md | 137 B |
ng-book-code/http/tsconfig.json | 495 B |
ng-book-code/http/tslint.json | 2.10 KB |
ng-book-code/http/typings.json | 740 B |
ng-book-code/http/typings/browser.d.ts | 363 B |
ng-book-code/http/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/http/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/http/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/http/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/http/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/http/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/http/typings/main.d.ts | 345 B |
ng-book-code/http/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/http/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/http/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/http/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/http/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/http/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/http/webpack.config.js | 5.42 KB |
ng-book-code/index-slim.json | 266 B |
ng-book-code/index.json | 1.79 KB |
ng-book-code/nativescript/photos-near-me/.gitignore | 73 B |
ng-book-code/nativescript/photos-near-me/app/.npmignore | 17 B |
ng-book-code/nativescript/photos-near-me/app/app.component.ts | 168 B |
ng-book-code/nativescript/photos-near-me/app/app.css | 35 B |
ng-book-code/nativescript/photos-near-me/app/app.module.ts | 1.10 KB |
ng-book-code/nativescript/photos-near-me/app/app.routing.ts | 408 B |
ng-book-code/nativescript/photos-near-me/app/App_Resources/Android/AndroidManifest.xml | 1.31 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/Android/app.gradle | 365 B |
ng-book-code/nativescript/photos-near-me/app/App_Resources/Android/drawable-hdpi/icon.png | 10.69 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/Android/drawable-ldpi/icon.png | 6.03 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/Android/drawable-mdpi/icon.png | 7.42 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png | 25.99 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json | 2.41 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png | 1.34 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 2.91 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 4.83 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png | 2.04 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 4.27 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 7.28 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-50.png | 30.75 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 36.27 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-57.png | 31.49 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 37.72 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 7.18 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 10.64 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-72.png | 32.87 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 41.19 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png | 4.07 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 9.78 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected] | 9.71 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/Contents.json | 62 B |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Contents.json | 3.68 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 62.18 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 111.74 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 179.92 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png | 60.94 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 186.60 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 198.00 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png | 59.54 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 182.10 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png | 20.29 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/[email protected] | 61.40 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/Contents.json | 373 B |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png | 1.67 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/[email protected] | 3.90 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/Contents.json | 365 B |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png | 65.27 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/[email protected] | 202.48 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/build.xcconfig | 268 B |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/Info.plist | 1.44 KB |
ng-book-code/nativescript/photos-near-me/app/App_Resources/iOS/LaunchScreen.storyboard | 3.84 KB |
ng-book-code/nativescript/photos-near-me/app/components/image-component/image.component.html | 76 B |
ng-book-code/nativescript/photos-near-me/app/components/image-component/image.component.ts | 928 B |
ng-book-code/nativescript/photos-near-me/app/components/imagesList-component/imagesList.component.html | 1.23 KB |
ng-book-code/nativescript/photos-near-me/app/components/imagesList-component/imagesList.component.ts | 2.64 KB |
ng-book-code/nativescript/photos-near-me/app/config.ts | 301 B |
ng-book-code/nativescript/photos-near-me/app/css/core.dark.android.css | 9.19 KB |
ng-book-code/nativescript/photos-near-me/app/css/core.dark.ios.css | 8.90 KB |
ng-book-code/nativescript/photos-near-me/app/css/core.light.android.css | 9.18 KB |
ng-book-code/nativescript/photos-near-me/app/css/core.light.ios.css | 8.90 KB |
ng-book-code/nativescript/photos-near-me/app/main.ts | 178 B |
ng-book-code/nativescript/photos-near-me/app/models/getInfoResponse.ts | 206 B |
ng-book-code/nativescript/photos-near-me/app/models/photosSearchResponse.ts | 350 B |
ng-book-code/nativescript/photos-near-me/app/package.json | 1.32 KB |
ng-book-code/nativescript/photos-near-me/app/services/flickr.service.ts | 1.22 KB |
ng-book-code/nativescript/photos-near-me/app/services/geolocation.service.ts | 1.69 KB |
ng-book-code/nativescript/photos-near-me/LICENSE | 11.09 KB |
ng-book-code/nativescript/photos-near-me/package.json | 1.17 KB |
ng-book-code/nativescript/photos-near-me/README.md | 1.56 KB |
ng-book-code/nativescript/photos-near-me/references.d.ts | 121 B |
ng-book-code/nativescript/photos-near-me/tsconfig.json | 325 B |
ng-book-code/README.md | 928 B |
ng-book-code/redux/angular2-redux-chat/.gitignore | 966 B |
ng-book-code/redux/angular2-redux-chat/.test.bats | 516 B |
ng-book-code/redux/angular2-redux-chat/app/css/chat.scss | 4.54 KB |
ng-book-code/redux/angular2-redux-chat/app/css/styles.css | 172.99 KB |
ng-book-code/redux/angular2-redux-chat/app/css/styles.scss | 134 B |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/female-avatar-1.png | 10.04 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/female-avatar-2.png | 11.29 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/female-avatar-3.png | 8.88 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/female-avatar-4.png | 9.87 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/male-avatar-1.png | 10.93 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/male-avatar-2.png | 9.61 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/male-avatar-3.png | 9.28 KB |
ng-book-code/redux/angular2-redux-chat/app/images/avatars/male-avatar-4.png | 8.88 KB |
ng-book-code/redux/angular2-redux-chat/app/images/logos/Angular2ReduxChatHeaderImage.png | 69.41 KB |
ng-book-code/redux/angular2-redux-chat/app/images/logos/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/full-chat-preview.png | 124.67 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/minimal-redux-ts.png | 700.42 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/ng-book-2-as-book-cover-pigment.png | 70.29 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/redux-chat-echo-bot.png | 42.38 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/redux-chat-initial-state.png | 126.33 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/redux-chat-models.png | 23.19 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/redux-chat-top-level-components.png | 107.24 KB |
ng-book-code/redux/angular2-redux-chat/app/images/readme/working-counter-app.png | 102.37 KB |
ng-book-code/redux/angular2-redux-chat/app/index.html | 873 B |
ng-book-code/redux/angular2-redux-chat/app/ts/actions/index.ts | 477 B |
ng-book-code/redux/angular2-redux-chat/app/ts/actions/ThreadActions.ts | 1.48 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/actions/UserActions.ts | 595 B |
ng-book-code/redux/angular2-redux-chat/app/ts/app-store.ts | 100 B |
ng-book-code/redux/angular2-redux-chat/app/ts/app.ts | 2.62 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/ChatExampleData.ts | 4.96 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/components/ChatMessage.ts | 1.23 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/components/ChatThread.ts | 1.29 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/containers/ChatNavBar.ts | 1.29 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/containers/ChatThreads.ts | 1.56 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/containers/ChatWindow.ts | 3.19 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/models/index.ts | 288 B |
ng-book-code/redux/angular2-redux-chat/app/ts/models/Message.ts | 449 B |
ng-book-code/redux/angular2-redux-chat/app/ts/models/Thread.ts | 391 B |
ng-book-code/redux/angular2-redux-chat/app/ts/models/User.ts | 342 B |
ng-book-code/redux/angular2-redux-chat/app/ts/pages/ChatPage.ts | 742 B |
ng-book-code/redux/angular2-redux-chat/app/ts/pipes/FromNowPipe.ts | 590 B |
ng-book-code/redux/angular2-redux-chat/app/ts/reducers/index.ts | 709 B |
ng-book-code/redux/angular2-redux-chat/app/ts/reducers/ThreadsReducer.ts | 4.88 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/reducers/UsersReducer.ts | 1.05 KB |
ng-book-code/redux/angular2-redux-chat/app/ts/util/uuid.ts | 480 B |
ng-book-code/redux/angular2-redux-chat/app/ts/vendor.ts | 374 B |
ng-book-code/redux/angular2-redux-chat/e2e/app.e2e-spec.ts | 781 B |
ng-book-code/redux/angular2-redux-chat/e2e/app.po.ts | 587 B |
ng-book-code/redux/angular2-redux-chat/e2e/tsconfig.json | 349 B |
ng-book-code/redux/angular2-redux-chat/karma.conf.js | 2.21 KB |
ng-book-code/redux/angular2-redux-chat/LICENSE.md | 1.10 KB |
ng-book-code/redux/angular2-redux-chat/Makefile | 622 B |
ng-book-code/redux/angular2-redux-chat/minimal/app-state.ts | 249 B |
ng-book-code/redux/angular2-redux-chat/minimal/app-store.ts | 100 B |
ng-book-code/redux/angular2-redux-chat/minimal/app.ts | 1.68 KB |
ng-book-code/redux/angular2-redux-chat/minimal/counter-action-creators.ts | 303 B |
ng-book-code/redux/angular2-redux-chat/minimal/counter-reducer.ts | 653 B |
ng-book-code/redux/angular2-redux-chat/minimal/CounterComponent.ts | 1.57 KB |
ng-book-code/redux/angular2-redux-chat/minimal/index.html | 892 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/.test/bats.sh | 1.49 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/01-identity-reducer.ts | 243 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/02-adjusting-reducer.ts | 596 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/03-adjusting-reducer-switch.ts | 760 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/04-plus-action.ts | 585 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/05-minimal-store.ts | 1.01 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/06-store-w-subscribe.ts | 1.61 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/06b-rx-store.ts | 1.78 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/07-messages-reducer.ts | 1.86 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/08-action-creators.ts | 1.98 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/09-real-redux.ts | 2.04 KB |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/lib/miniRedux.ts | 888 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/package.json | 266 B |
ng-book-code/redux/angular2-redux-chat/minimal/tutorial/tsconfig.json | 276 B |
ng-book-code/redux/angular2-redux-chat/package.json | 2.47 KB |
ng-book-code/redux/angular2-redux-chat/protractor.conf.js | 790 B |
ng-book-code/redux/angular2-redux-chat/README.md | 12.97 KB |
ng-book-code/redux/angular2-redux-chat/test.bundle.js | 1.83 KB |
ng-book-code/redux/angular2-redux-chat/test/app.spec.ts | 231 B |
ng-book-code/redux/angular2-redux-chat/test/calculator.ts | 151 B |
ng-book-code/redux/angular2-redux-chat/tsconfig.json | 612 B |
ng-book-code/redux/angular2-redux-chat/tslint.json | 2.01 KB |
ng-book-code/redux/angular2-redux-chat/typings.json | 744 B |
ng-book-code/redux/angular2-redux-chat/typings/browser.d.ts | 363 B |
ng-book-code/redux/angular2-redux-chat/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/redux/angular2-redux-chat/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/redux/angular2-redux-chat/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/redux/angular2-redux-chat/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/redux/angular2-redux-chat/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/redux/angular2-redux-chat/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/redux/angular2-redux-chat/typings/custom/normalizr.d.ts | 246 B |
ng-book-code/redux/angular2-redux-chat/typings/main.d.ts | 345 B |
ng-book-code/redux/angular2-redux-chat/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/redux/angular2-redux-chat/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/redux/angular2-redux-chat/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/redux/angular2-redux-chat/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/redux/angular2-redux-chat/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/redux/angular2-redux-chat/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/redux/angular2-redux-chat/webpack.config.js | 5.15 KB |
ng-book-code/routes/.gitignore | 571 B |
ng-book-code/routes/auth/.test.bats | 596 B |
ng-book-code/routes/auth/app/css/chat.scss | 4.40 KB |
ng-book-code/routes/auth/app/css/styles.css | 172.85 KB |
ng-book-code/routes/auth/app/css/styles.scss | 134 B |
ng-book-code/routes/auth/app/images/loading.gif | 23.88 KB |
ng-book-code/routes/auth/app/index.html | 439 B |
ng-book-code/routes/auth/app/ts/app.ts | 2.38 KB |
ng-book-code/routes/auth/app/ts/components/AboutComponent.ts | 158 B |
ng-book-code/routes/auth/app/ts/components/ContactComponent.ts | 167 B |
ng-book-code/routes/auth/app/ts/components/HomeComponent.ts | 159 B |
ng-book-code/routes/auth/app/ts/components/LoginComponent.ts | 1.38 KB |
ng-book-code/routes/auth/app/ts/components/ProtectedComponent.ts | 178 B |
ng-book-code/routes/auth/app/ts/guards/loggedIn.guard.ts | 337 B |
ng-book-code/routes/auth/app/ts/services/AuthService.ts | 583 B |
ng-book-code/routes/auth/e2e/app.e2e-spec.ts | 901 B |
ng-book-code/routes/auth/e2e/app.po.ts | 566 B |
ng-book-code/routes/auth/e2e/tsconfig.json | 349 B |
ng-book-code/routes/auth/karma.conf.js | 2.64 KB |
ng-book-code/routes/auth/Makefile | 295 B |
ng-book-code/routes/auth/package.json | 2.21 KB |
ng-book-code/routes/auth/protractor.conf.js | 920 B |
ng-book-code/routes/auth/README.md | 182 B |
ng-book-code/routes/auth/tsconfig.json | 451 B |
ng-book-code/routes/auth/tslint.json | 2.08 KB |
ng-book-code/routes/auth/typings.json | 627 B |
ng-book-code/routes/auth/typings/browser.d.ts | 303 B |
ng-book-code/routes/auth/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/auth/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/auth/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/auth/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/auth/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/auth/typings/main.d.ts | 288 B |
ng-book-code/routes/auth/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/auth/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/auth/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/auth/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/auth/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/auth/vendor.ts | 343 B |
ng-book-code/routes/auth/webpack.config.js | 4.31 KB |
ng-book-code/routes/basic/- | 0 B |
ng-book-code/routes/basic/.test.bats | 590 B |
ng-book-code/routes/basic/app/css/styles.css | 155.16 KB |
ng-book-code/routes/basic/app/css/styles.scss | 302 B |
ng-book-code/routes/basic/app/images/loading.gif | 23.88 KB |
ng-book-code/routes/basic/app/index.html | 431 B |
ng-book-code/routes/basic/app/ts/app.html5.ts | 1.59 KB |
ng-book-code/routes/basic/app/ts/app.ts | 1.66 KB |
ng-book-code/routes/basic/app/ts/components/AboutComponent.ts | 158 B |
ng-book-code/routes/basic/app/ts/components/ContactComponent.ts | 167 B |
ng-book-code/routes/basic/app/ts/components/HomeComponent.ts | 159 B |
ng-book-code/routes/basic/e2e/app.e2e-spec.ts | 533 B |
ng-book-code/routes/basic/e2e/app.po.ts | 277 B |
ng-book-code/routes/basic/e2e/tsconfig.json | 349 B |
ng-book-code/routes/basic/html5-dev-server.js | 529 B |
ng-book-code/routes/basic/karma.conf.js | 2.64 KB |
ng-book-code/routes/basic/Makefile | 295 B |
ng-book-code/routes/basic/package.json | 2.14 KB |
ng-book-code/routes/basic/protractor.conf.js | 920 B |
ng-book-code/routes/basic/README.md | 175 B |
ng-book-code/routes/basic/tsconfig.json | 501 B |
ng-book-code/routes/basic/tslint.json | 2.01 KB |
ng-book-code/routes/basic/typings.json | 628 B |
ng-book-code/routes/basic/typings/browser.d.ts | 303 B |
ng-book-code/routes/basic/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/basic/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/basic/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/basic/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/basic/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/basic/typings/index.d.ts | 0 B |
ng-book-code/routes/basic/typings/main.d.ts | 288 B |
ng-book-code/routes/basic/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/basic/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/basic/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/basic/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/basic/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/basic/vendor.ts | 343 B |
ng-book-code/routes/basic/webpack.config.js | 4.31 KB |
ng-book-code/routes/music/.test.bats | 707 B |
ng-book-code/routes/music/app/css/sportify.scss | 2.55 KB |
ng-book-code/routes/music/app/css/styles.css | 151.83 KB |
ng-book-code/routes/music/app/css/styles.scss | 138 B |
ng-book-code/routes/music/app/images/loading.gif | 23.88 KB |
ng-book-code/routes/music/app/index.html | 670 B |
ng-book-code/routes/music/app/ts/app.ts | 1.82 KB |
ng-book-code/routes/music/app/ts/components/AlbumComponent.ts | 1.19 KB |
ng-book-code/routes/music/app/ts/components/ArtistComponent.ts | 973 B |
ng-book-code/routes/music/app/ts/components/SearchComponent.ts | 2.43 KB |
ng-book-code/routes/music/app/ts/components/TrackComponent.ts | 1.19 KB |
ng-book-code/routes/music/app/ts/services/SpotifyService.ts | 1.26 KB |
ng-book-code/routes/music/app/ts/vendor.ts | 364 B |
ng-book-code/routes/music/e2e/app.e2e-spec.ts | 814 B |
ng-book-code/routes/music/e2e/app.po.ts | 655 B |
ng-book-code/routes/music/e2e/tsconfig.json | 349 B |
ng-book-code/routes/music/karma.conf.js | 2.16 KB |
ng-book-code/routes/music/Makefile | 295 B |
ng-book-code/routes/music/package.json | 2.21 KB |
ng-book-code/routes/music/protractor.conf.js | 1009 B |
ng-book-code/routes/music/README.md | 177 B |
ng-book-code/routes/music/test.bundle.js | 1.83 KB |
ng-book-code/routes/music/test/components/AlbumComponent.spec.ts | 2.45 KB |
ng-book-code/routes/music/test/components/ArtistComponent.spec.ts | 2.11 KB |
ng-book-code/routes/music/test/components/SearchComponent.spec.ts | 5.16 KB |
ng-book-code/routes/music/test/components/TrackComponent.spec.ts | 2.12 KB |
ng-book-code/routes/music/test/mocks/helper.ts | 3.50 KB |
ng-book-code/routes/music/test/mocks/spotify.ts | 815 B |
ng-book-code/routes/music/test/MusicTestHelpers.ts | 2.77 KB |
ng-book-code/routes/music/test/services/SpotifyService.spec.ts | 2.71 KB |
ng-book-code/routes/music/tsconfig.json | 543 B |
ng-book-code/routes/music/tslint.json | 2.08 KB |
ng-book-code/routes/music/typings.json | 747 B |
ng-book-code/routes/music/typings/browser.d.ts | 363 B |
ng-book-code/routes/music/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/music/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/routes/music/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/music/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/music/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/music/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/music/typings/main.d.ts | 345 B |
ng-book-code/routes/music/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/music/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/routes/music/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/music/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/music/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/music/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/music/webpack.config.js | 4.92 KB |
ng-book-code/routes/nested/- | 0 B |
ng-book-code/routes/nested/.test.bats | 599 B |
ng-book-code/routes/nested/app/css/nested.scss | 82 B |
ng-book-code/routes/nested/app/css/styles.css | 149.36 KB |
ng-book-code/routes/nested/app/css/styles.scss | 136 B |
ng-book-code/routes/nested/app/images/loading.gif | 23.88 KB |
ng-book-code/routes/nested/app/index.html | 439 B |
ng-book-code/routes/nested/app/ts/app.ts | 1.71 KB |
ng-book-code/routes/nested/app/ts/components/HomeComponent.ts | 159 B |
ng-book-code/routes/nested/app/ts/components/products/ByIdComponent.ts | 357 B |
ng-book-code/routes/nested/app/ts/components/products/InterestComponent.ts | 172 B |
ng-book-code/routes/nested/app/ts/components/products/MainComponent.ts | 205 B |
ng-book-code/routes/nested/app/ts/components/products/SportifyComponent.ts | 172 B |
ng-book-code/routes/nested/app/ts/components/ProductsComponent.ts | 1.69 KB |
ng-book-code/routes/nested/e2e/app.e2e-spec.ts | 804 B |
ng-book-code/routes/nested/e2e/app.po.ts | 437 B |
ng-book-code/routes/nested/e2e/tsconfig.json | 349 B |
ng-book-code/routes/nested/karma.conf.js | 2.64 KB |
ng-book-code/routes/nested/Makefile | 295 B |
ng-book-code/routes/nested/package.json | 2.17 KB |
ng-book-code/routes/nested/protractor.conf.js | 920 B |
ng-book-code/routes/nested/README.md | 176 B |
ng-book-code/routes/nested/tsconfig.json | 497 B |
ng-book-code/routes/nested/tslint.json | 2.08 KB |
ng-book-code/routes/nested/typings.json | 629 B |
ng-book-code/routes/nested/typings/browser.d.ts | 303 B |
ng-book-code/routes/nested/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/nested/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/nested/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/nested/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/nested/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/nested/typings/main.d.ts | 288 B |
ng-book-code/routes/nested/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/routes/nested/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/routes/nested/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/routes/nested/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/routes/nested/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/routes/nested/vendor.ts | 343 B |
ng-book-code/routes/nested/webpack.config.js | 4.31 KB |
ng-book-code/rxjs/chat/.gitignore | 955 B |
ng-book-code/rxjs/chat/.test.bats | 535 B |
ng-book-code/rxjs/chat/app/css/chat.scss | 4.55 KB |
ng-book-code/rxjs/chat/app/css/styles.css | 172.99 KB |
ng-book-code/rxjs/chat/app/css/styles.scss | 134 B |
ng-book-code/rxjs/chat/app/images/avatars/female-avatar-1.png | 10.04 KB |
ng-book-code/rxjs/chat/app/images/avatars/female-avatar-2.png | 11.29 KB |
ng-book-code/rxjs/chat/app/images/avatars/female-avatar-3.png | 8.88 KB |
ng-book-code/rxjs/chat/app/images/avatars/female-avatar-4.png | 9.87 KB |
ng-book-code/rxjs/chat/app/images/avatars/male-avatar-1.png | 10.93 KB |
ng-book-code/rxjs/chat/app/images/avatars/male-avatar-2.png | 9.61 KB |
ng-book-code/rxjs/chat/app/images/avatars/male-avatar-3.png | 9.28 KB |
ng-book-code/rxjs/chat/app/images/avatars/male-avatar-4.png | 8.88 KB |
ng-book-code/rxjs/chat/app/images/logos/Angular2RxJSChatHeaderImage.png | 59.01 KB |
ng-book-code/rxjs/chat/app/images/logos/ng-book-2-minibook.png | 4.34 KB |
ng-book-code/rxjs/chat/app/images/readme/full-chat-preview.png | 124.67 KB |
ng-book-code/rxjs/chat/app/images/readme/ng-book-2-as-book-cover-pigment.png | 70.29 KB |
ng-book-code/rxjs/chat/app/images/readme/rx-chat-echo-bot.png | 42.38 KB |
ng-book-code/rxjs/chat/app/images/readme/rx-chat-models.png | 17.80 KB |
ng-book-code/rxjs/chat/app/images/readme/rx-chat-top-level-components.png | 107.24 KB |
ng-book-code/rxjs/chat/app/index.html | 866 B |
ng-book-code/rxjs/chat/app/ts/app.ts | 2.15 KB |
ng-book-code/rxjs/chat/app/ts/ChatExampleData.ts | 3.85 KB |
ng-book-code/rxjs/chat/app/ts/components/ChatNavBar.ts | 1.83 KB |
ng-book-code/rxjs/chat/app/ts/components/ChatThreads.ts | 1.73 KB |
ng-book-code/rxjs/chat/app/ts/components/ChatWindow.ts | 4.23 KB |
ng-book-code/rxjs/chat/app/ts/models.ts | 1000 B |
ng-book-code/rxjs/chat/app/ts/services/_scratch.ts | 1.13 KB |
ng-book-code/rxjs/chat/app/ts/services/MessagesService.ts | 3.66 KB |
ng-book-code/rxjs/chat/app/ts/services/services.ts | 413 B |
ng-book-code/rxjs/chat/app/ts/services/ThreadsService.ts | 2.54 KB |
ng-book-code/rxjs/chat/app/ts/services/UserService.ts | 479 B |
ng-book-code/rxjs/chat/app/ts/util/FromNowPipe.ts | 290 B |
ng-book-code/rxjs/chat/app/ts/util/util.ts | 126 B |
ng-book-code/rxjs/chat/app/ts/util/uuid.ts | 480 B |
ng-book-code/rxjs/chat/app/ts/vendor.ts | 400 B |
ng-book-code/rxjs/chat/docker.md | 115 B |
ng-book-code/rxjs/chat/e2e/app.e2e-spec.ts | 810 B |
ng-book-code/rxjs/chat/e2e/app.po.ts | 587 B |
ng-book-code/rxjs/chat/e2e/tsconfig.json | 349 B |
ng-book-code/rxjs/chat/karma.conf.js | 2.21 KB |
ng-book-code/rxjs/chat/LICENSE.md | 1.10 KB |
ng-book-code/rxjs/chat/Makefile | 481 B |
ng-book-code/rxjs/chat/package.json | 2.35 KB |
ng-book-code/rxjs/chat/package.json.orig | 2.37 KB |
ng-book-code/rxjs/chat/protractor.conf.js | 790 B |
ng-book-code/rxjs/chat/README.md | 8.72 KB |
ng-book-code/rxjs/chat/test.bundle.js | 1.83 KB |
ng-book-code/rxjs/chat/test/app.spec.ts | 361 B |
ng-book-code/rxjs/chat/test/calculator.ts | 151 B |
ng-book-code/rxjs/chat/test/services/MessagesService.spec.ts | 1.11 KB |
ng-book-code/rxjs/chat/test/services/ThreadsService.spec.ts | 1.51 KB |
ng-book-code/rxjs/chat/tsconfig.json | 456 B |
ng-book-code/rxjs/chat/tslint.json | 2.08 KB |
ng-book-code/rxjs/chat/typings.json | 744 B |
ng-book-code/rxjs/chat/typings/browser.d.ts | 363 B |
ng-book-code/rxjs/chat/typings/browser/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/rxjs/chat/typings/browser/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/rxjs/chat/typings/browser/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/rxjs/chat/typings/browser/ambient/moment/index.d.ts | 608 B |
ng-book-code/rxjs/chat/typings/browser/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/rxjs/chat/typings/browser/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/rxjs/chat/typings/main.d.ts | 345 B |
ng-book-code/rxjs/chat/typings/main/ambient/core-js/index.d.ts | 102.61 KB |
ng-book-code/rxjs/chat/typings/main/ambient/jasmine/index.d.ts | 17.14 KB |
ng-book-code/rxjs/chat/typings/main/ambient/moment-node/index.d.ts | 13.57 KB |
ng-book-code/rxjs/chat/typings/main/ambient/moment/index.d.ts | 608 B |
ng-book-code/rxjs/chat/typings/main/ambient/node/index.d.ts | 85.70 KB |
ng-book-code/rxjs/chat/typings/main/ambient/underscore/index.d.ts | 81.83 KB |
ng-book-code/rxjs/chat/update.sh | 2.99 KB |
ng-book-code/rxjs/chat/webpack.config.js | 5.45 KB |
ng-book-code/typescript/generics.ts | 1.31 KB |
ng-book-code/typescript/reports.ts | 1.26 KB |
ng-book2-r53.pdf | 24.83 MB |
udp://open.demonii.com:1337 |
udp://tracker.coppersurfer.tk:6969 |
udp://tracker.leechers-paradise.org:6969 |
udp://tracker.blackunicorn.xyz:6969 |
TorrentBank
Copyright © 2024