-
Updated
May 25, 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 30,745 public repositories matching this topic...
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 16, 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
docs-feat(forms): Add guide on how to create custom components from existing material components
Documentation Feedback
Even though I am an Angular veteran I find myself struggling every time I want to create a custom material component.
I would like to see more guides / tutorials on how to wrap existing form field components such as matInput and mat-select.
Wrap a matInput or mat-select
I need to have a mat-select with some pre defined options that I reuse through out my ap
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
May 31, 2021 - JavaScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 30, 2021 - JavaScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 31, 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
May 28, 2021 - JavaScript
-
Updated
May 14, 2021 - JavaScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
May 31, 2021 - HTML
-
Updated
May 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
May 31, 2021 - TypeScript
I love the way the @rematch/loading
plugin keeps my app's loading state all in one place. Something that stuck out to me as odd was that there's no similar plugin for handling error/success state. So I can now avoid writing a { loading, error, success }
object for every reducer, but error
and success
are still required if I want to perform some action after the effect finishes, so the ret
Created by Google
Released September 14, 2016
Latest release 5 days ago
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Resetting with the zoom tool in the mobile viewport simulation does not appropriately reset the body size.
As you can see here, this causes overflow after zooming and resetting that does not occur before using the zoom tool.
https://user-images.githubusercontent.com/77058599/119552907-09e2b400-bd69-11eb-9d9e-2f8d5a0d1443.mov
To Reproduce
This works in the default angular storybook repr