-
Updated
Dec 7, 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 35,819 public repositories matching this topic...
Describe the bug
In Firefox, the zoom feature uses transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed
when in the "Docs" view.
Normally a position: fixed
element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform
style.
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Nov 16, 2021 - JavaScript
I want to know if there is any implementation of the demo https://sheetjs.com/demo/modify.html in react. I am new to React and want to implement the similar functionality.
Cannot read property 'properties' of undefined when adding a lazy loaded module with ng generate
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
While attempting to find the
Feature Description
Currently the jsdocs on components is very minimal, with very little detail
Example how how this displays in VS Code
<img width="425" alt="Screen Shot 2021-11-27 at 20 01 22" src="https://user-images.githubusercontent.com/8206108/143729131-5290ff
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Jan 13, 2022 - JavaScript
Describe the problem to be solved
-
Updated
Jan 14, 2022 - TypeScript
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Jan 3, 2022 - HTML
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jan 14, 2022 - TypeScript
-
Updated
Jan 5, 2022 - 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
Created by Google
Released September 14, 2016
Latest release 1 day ago
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Which @angular/* package(s) are relevant/releated to the feature request?
No response
Description
In documentation in example codes there are many usages of RxJS.
Several functions are going to be deprecated or already deprecated and will be removed in next major release.
For example in developer guide for HTTP Client, interceptors part ([Logging request and response pairs](https: