-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
256 changed files
with
6,506 additions
and
3,721 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "chrome", | ||
"request": "launch", | ||
"name": "Launch Chrome against CIViC Dev", | ||
"url": "http://127.0.0.1:4200", | ||
"webRoot": "${workspaceFolder}" | ||
} | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"client": { | ||
"service": { | ||
// can be a string pointing to a single file or an array of strings | ||
"localSchemaFile": "./src/app/generated/server.model.graphql" | ||
}, | ||
"excludes": ["./src/app/generated/*.ts", "./src/app/generated/*.json"] | ||
} | ||
} |
This file contains 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
8 changes: 0 additions & 8 deletions
8
client/src/app/components/activities/activity-card/activity-card.component.html
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
client/src/app/components/activities/activity-card/activity-card.component.ts
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
client/src/app/components/activities/activity-card/activity-card.gql
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
client/src/app/components/activities/activity-card/activity-card.module.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.