-
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,421 public repositories matching this topic...
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Nov 16, 2021 - JavaScript
Hi,
I'm currently on the version ^0.17.0
I'm having trouble with the function writeFile
containing some sheets with more than 256 columns. The others columns are not present in the document and no error is throwing.
I didn't find any documentation on it.
This is due to a limitation of the library ? Maybe add a warning in this case ?
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
Dec 27, 2021 - JavaScript
-
Updated
Dec 26, 2021 - TypeScript
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Dec 22, 2021 - JavaScript
Describe the problem to be solved
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Aug 4, 2021 - HTML
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Dec 24, 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
Created by Google
Released September 14, 2016
Latest release 12 days ago
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Describe the bug
In Firefox, the zoom feature uses
transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: 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 thetransform
style.