-
Updated
Apr 6, 2022
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 38,037 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
Mar 15, 2022 - JavaScript
-
Updated
Apr 16, 2022 - TypeScript
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.
The Schematics Glossary doesn't introduce what a Task is, making it difficult for new schematic developers to know what Tasks should be used for and how they work.
The Schematics for libraries page on angular.io [demonstrates an example for adding a task](https://angular.io/guide/schematics-f
Documentation Feedback
According to the documentation, when disabling a select by setting a boolean value to [disabled] in the HTML template, it gives a warning as follows.
It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true
when you set up this control in your component class, the disabled attribute will actually be set
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
Apr 18, 2022 - JavaScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Apr 15, 2022 - JavaScript
Hi,
I am trying to disable the audit log, but i can't find the option in the config file, it would be nice to be able to turn that off.
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Apr 17, 2022 - TypeScript
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Apr 15, 2022 - HTML
-
Updated
Apr 8, 2022 - C#
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Feb 10, 2022 - JavaScript
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 5 days ago
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Which @angular/* package(s) are relevant/related to the feature request?
DevTools
Description
Currently when you inspect and component that has a property that is a "Date" type you just get " -> Date()" listed to represent that property, but it would be nice to actually see what that value is
Proposed solution
Either evaluate .toString() on the property wh