-
Updated
Jul 15, 2021
Angular

Released in 2016, Angular is a rewrite of AngularJS. It focuses on good mobile development, modularity, and improved dependency injection. Angular is designed to comprehensively address a developer's web application workflow.
Here are 31,825 public repositories matching this topic...
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Jul 21, 2021 - TypeScript
-
Updated
Jul 22, 2021 - JavaScript
While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example:
const head
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Is this a regression?
Documentation Feedback
Describe how to use chips with forms: reactive and template-driven. Add examples
Affected documentation page: https://material.angular.io/components/chips/overview
First
When run command pip install six
return error because pip is not installed. In result resolved commands brew install python; pip3 install six
Second
Before brew cask install <SOMETHING>
return error Error: Unknown command: cask. Resolved by use commands without cask:
brew install `
Both cases is not obvious for users which not used homebrew before (MacOS Big
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Jul 22, 2021 - JavaScript
Describe the problem to be solved
I have little experience with playlists on Peertube.
By default, when I create a playlist it is in "private" mode.
A few days later, I try to share my playlist, I press the "share" button, I get a sharing link.
Except that my playlist is in "private" mode... so if I share this link my friends will see a 404 error.
**Describe the solution you would l
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jul 15, 2021 - HTML
-
Updated
Jul 21, 2021 - TypeScript
What problem does this feature solve?
Is it possible to turn off the animation, or change the animation on the form control explanation's animation that occurs here?: https://github.com/NG-ZORRO/ng-zorro-antd/blob/f80a5bbd5755477c63c5d73929bcdfd0d07f2dfd/components/form/form-control.component.ts#L60
The animation that causes the form control explanation doesn't fit in sometimes with the app
-
Updated
Jul 22, 2021 - TypeScript
I have big project with Redux Toolkit and thunk, i will change to rematch and implement typescript to.
How can i made this slowly feature by feature?
Any have an example to share?
Created by Google
Released September 14, 2016
Latest release Today
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Describe the bug
When using
@storybook/addons-backgrounds
in a react project with a customDecorator
, the initial/default background value is not passed to thecontext.globals
.I have a project performing text contrast logic where I need the initial value to pass to javascript.
To Reproduce