tomwhite007
Computer-kid, Angular developer - architect. Occasional writer, and speaker at Angular meetups.
Gyrus Consulting LtdUK
Pinned Repositories
study-guide
A graded list of topics you'll need to learn to be a professional Angular developer
agilesphere-angular-test
Test for angular developers
angular-white-label-architecture-demo
Experiment into using various combined patterns to maximise reusable code in an Angular white label monorepo
angular2servicesDemo2
Demo of sharing values between components using Observables (BehaviorSubject)
enterprise-angular-mono-repo-patterns-example
forroot-your-async-config
A demonstration of using modules and injectors for specific use cases
move-environment-to-lib
An experiment to discuss the pros and cons of moving environment.ts out into its own lib
ngrx-component-store-experiment
Experiment to show interaction between global and component stores
rename-angular-component
VS Code Extension: Rename Angular Component
withLastestFrom-mocking-issue
A basic scaffolded Angular app with NgRx to prove an issue with mocking RxJs withLatestFrom values inside a unit test
tomwhite007's Repositories
tomwhite007/rename-angular-component
VS Code Extension: Rename Angular Component
tomwhite007/enterprise-angular-mono-repo-patterns-example
tomwhite007/ngrx-component-store-experiment
Experiment to show interaction between global and component stores
tomwhite007/angular-white-label-architecture-demo
Experiment into using various combined patterns to maximise reusable code in an Angular white label monorepo
tomwhite007/withLastestFrom-mocking-issue
A basic scaffolded Angular app with NgRx to prove an issue with mocking RxJs withLatestFrom values inside a unit test
tomwhite007/angular2bes
angular2bes.firebaseapp.com source files
tomwhite007/angular2bes-site-2020
tomwhite007/enterprise-angular-mono-repo-patterns-example-with-sheriff
A demo repo to try out Barrel-less Module Boundaries in Nrwl Nx using Sheriff eslint plugin
tomwhite007/expectObservableIssueDemo
Demo of potential issue in expectObservable
tomwhite007/flex-layout-test
a quick demo using Angular Flex Layout to solve header + stretchy-middle + footer layouts that work on iPhone correctly
tomwhite007/lazy-sprite-sheet
tomwhite007/marbles-testing
Demo for meetup: testing Observables with Marbles
tomwhite007/MarblesTesting
demo of testing with Marbles
tomwhite007/MarblesTestingJasmine
Same thing as MarblesTesting repo but this time using Jasmine instead of Jest. Note: this repo is not a full copy. Only the tests for the Ngrx Effects are duplicated.
tomwhite007/node-dev-environment-seed
tomwhite007/nx-workspace-test
demo to show auto generated code issue on latest version - when run from my machine
tomwhite007/playlists-demo
tomwhite007/ReactSeed
A React seed project, mainly for my own benefit - with my preferred setup
tomwhite007/scaffolding-ngrx-with-nx-schematics
a demo of what you get from scaffolding NgRx with Nx schematics
tomwhite007/scaffolding-with-ngrx-schematics
a demo of what you get out of the box from just scaffolding commands
tomwhite007/sheriff
Lightweight Modularity for TypeScript Projects
tomwhite007/sheriff-nx
tomwhite007/simple-reactive-viewmodel-example
tomwhite007/test-issue29
Attempt to recreate issue described in https://github.com/tomwhite007/rename-angular-component/issues/29
tomwhite007/test-latest-css
A freshly scaffolded Angular 17 project to test with the Rename Angular Component extension
tomwhite007/test-rename-spa
An Angular workspace designed to test all the features of Rename Angular Component VSCode extension
tomwhite007/tom.solutions
tomwhite007/ts-lookup-interface
A deep dive into a Typescript interface that allows different interface structures based on a key named 'type's value.
tomwhite007/weather-app
An example Angular app showing a five day forecast
tomwhite007/with-next-from
WithNextFrom custom RxJs operator - for Angular developers