This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOi0AFbemrf9pJhFmHRBv5kDjmAs7SJ5RQ3mwrG3/iR3 pop_os! Arran Oryx Pro 15" |
- Mum and dad coming
- Fix attic insulation
- Setup shelves
- build floor
- install lights in attic
- Setup shelves
- basement
- fix ceiling in living room
- fix ceiling in bathroom
- Get bunk bed
- Fix attic insulation
- Get new main bed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export * from './navigation'; | |
export * from './search-form'; | |
export * from './widget.module'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export * from './src/app/widget'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "serverless-typescript-demo", | |
"version": "1.0.0", | |
"description": "Basic demo mixing Serverless and TypeScript", | |
"main": "handler.ts", | |
"scripts": { | |
"lint": "tslint *.ts", | |
"test:local": "mocha --compilers ts:ts-node/register,tsx:ts-node/register tests.ts", | |
"test:remote": ". ./helpers/endpoint.sh; mocha remote/tests.js", | |
"deploy:cicd": "mkdir .build; serverless deploy --stage cicd | tee .build/deploy.out" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Protractor configuration file, see link for more information | |
// https://github.com/angular/protractor/blob/master/lib/config.ts | |
exports.config = { | |
allScriptsTimeout: 11000, // Timeout of each script | |
specs: [ | |
'./e2e/**/*.e2e-spec.ts' // pattern for your tests | |
], | |
baseUrl: 'http://localhost:4200/', // URL of your SUT | |
capabilities: { |
Work that can happen now
- fix bindings and remove parent.parent references
- Add edit icon for desktop
- Add edit links for mobile
- Get the update method to splice out the selected account and apss it on... to something
- Update the cancel method to take the original and put it back into the array (in the same location)
- Update all templates to show 1 account and no other controls
- Update transfer agent
- Update bank
- Update mutual fund
NewerOlder