Skip to content

Commit 3a63a09

Browse files
committed
feat: Polls
1 parent 947a087 commit 3a63a09

File tree

59 files changed

+4447
-982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+4447
-982
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- support-ngx-translate-17
6+
- polls
77
pull_request:
88
branches:
99
- master
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [20.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"@schematics/angular:component": {
1414
"style": "scss",
1515
"inlineStyle": true,
16-
"export": true
16+
"export": true,
17+
"changeDetection": "OnPush"
1718
}
1819
},
1920
"root": "projects/stream-chat-angular",

0 commit comments

Comments
 (0)