-
Updated
Sep 8, 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 34,263 public repositories matching this topic...
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Oct 29, 2021 - TypeScript
-
Updated
Oct 30, 2021 - JavaScript
Hi, I'm trying to read a CSV file like this (;,
delimiters):
A;B;C;D
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1
What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.
Code that reads:
X.read(e.target.result, { type: 'string' })
Result
{
A1: { t: 's', v:
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
Getting google.maps.Map
instance with ViewChild
is over complicated and You have to use setTimeout
to wait for map init. Maybe introducing (mapReady)
with instance as $event
?
Use Case
I need it to manipulate mapTypes
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
Nov 1, 2021 - TypeScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Oct 31, 2021 - TypeScript
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Oct 25, 2021 - JavaScript
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Oct 28, 2021 - 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
Oct 30, 2021 - TypeScript
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Aug 4, 2021 - HTML
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Oct 26, 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
Oct 31, 2021 - TypeScript
Created by Google
Released September 14, 2016
Latest release 4 days ago
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Describe the bug
When running
yarn build
and pressing enter, it states the following error:It would be nice if the tool did not allow empty selections.
To Reproduce
yarn build
System
Please paste the results of
npx sb@next info
here