-
Updated
Feb 20, 2020
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 21,143 public repositories matching this topic...
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://storybookjs.now.sh/official-storybook/?path=/story/addons-jest--with-tests'
in a narrow width browser. - Click on the Tests panel.
- Scroll down to see the tests panel.
- See the total number of tests and total time covering up the "Todo" tex
🚀 Feature request
Command
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Description
When saving typescript files, my editor format my code and change single quoted string to double quote.
I use Prettier, tslint and editorconfig extension
When trying to call XLSX.utils.json_to_sheet() I get the following error: o.hasOwnPropert is not a function
This most likely related to this issue.
Trying to open https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings using Chrome browser.
The browser should scroll to the "Choosing a date implementation and date format settings" section.
But currently, it doesn't scroll at all. The browser stays on the top-most part of the page.
P.s. this URL is obtained through copying the li
Is your feature request related to a problem? Please describe.
When implementing a textField with next return key type, the keyboard is dismissed and focusing another textField brings it back BUT a flick is produced.
Describe the solution you'd like
I'd like to be able to prevent the textFieldShouldReturn implementation from always dimissing soft input.
**Describe alternatives yo
Overview of the feature request
Have a new needle in the server subgenerator for adding new log level configuration.
Motivation for or Use Case
hipster-labs/generator-jhipster-entity-audit#62 is a good example for the need.
Related issues or PR
This isn't really an issue in the sense of a bug or something like that, but rather a tiny correction.
Currently, the "transparency" slider in the application settings will let the background shine trough, if it's set to a low value (the left side), which doesn't really make sense. The setting is actually representing the opposite: opacity.
It's also called opacity [in the code](https://gith
Hello guys, pleased to discover this repo, cloned the repo, did npm install and after a successful install and try to serve the app with npm run start I get this @anglar/flex-layout issue, is anyone else facing this problem?
- npm version: 6.4.1
- node version: 10.13.0
- angular-cli version:
Angular CLI: 6.2.8
Node: 10.13.0
OS: win32 x64
Angular: 6.1.10
... animations, common, com
I have a angular 4 project which i'm working from last 2 years and as I didn't had any new package to add, I didn't ran npm install for almost an year. Few days back I needed a package to install and hence did npm install defining it in package.json file, after which my AOT build started giving some problem. Then I changed my typescript package from ~2.2.2 to ~2.8.0 after that it worked but it's t
Not sure why but document.body is null or undefined
const getjQuery = () => {
const { jQuery } = window
if (jQuery && !document.body.hasAttribute('data-no-jquery')) {
return jQuery
}
return null
}
🐛 bug report
Description of the problem
As per the official CRA documentation, creating a .env.development file and adding REACT_APP_ prefixed variables should expose those variables on the process.env object when building in development mode. I would assume co
This is wrong and needs some updates. exclude, specs, maxInstances, shardTestFiles, count, seleniumAddress are not capabilities.
https://github.com/angular/protractor/blob/master/lib/config.ts#L300-L322
Please submit PR's to the selenium4 branch.
Related: angular/protractor#5128
This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).
Environment
Onsen UI Version: 2.10.8
Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)
Framework binding: react-onsenui 1.11
There seems to be a few examples of using custom components via render prop that mostly rely on 3rd parties like bootstrap, material, or other UI libraries. Are there any example of people using a custom component they've developed along with text-mask.
I'd like to get a better sense on the best way to set up my custom input components to make the integration process easier.
The second example in section 1.1 says:
expect(result.approved).to.be.false;
It should be:
expect(result.approved).to.be.true;
(I'm guessing you made it false so you could simulate the error output in the next picture.)
I believe that the image here:
https://github.com/ng-bootstrap/ng-bootstrap/blob/a6d73d6143e414bd82a3adcfca45cab601c93ba2/demo/src/style/demos.css#L5
should comes with color versions for interactive states, so docs can be inlined with Bootstrap default outline button color palette (which implies white text/current color).
That's minor issue though.
Thanks!
-
Updated
Feb 20, 2020 - HTML
TSlint is getting deprecated very soon (see roadmap).
This project, and connected projects, should consider switching to Eslint.
Eslint already contains a lot of basic lints. For typescript specific there is this [plugin](https://github.com/typescript-eslint/typescript-es
I was following along with the guide for adding a chart: https://github.com/rawgraphs/raw/wiki/Adding-New-Charts
Using the exact code that is specified in the guide, and here: https://github.com/densitydesign/raw/blob/master/charts/chart.js
At runtime you see an undefined error.
TypeError: Cannot read property 'linear' of undefined
It seems as though the latest version of "d3" no longe
I've gotten an enterprise application up and running with this style guide. I'm finding the documentation lacking for testing these modules. It is not clear if there is a test runner per component/per app/per module etc.. Is this beyond the scope of this style guide? a testing strategy seems critical.
What problem does this feature solve?
What does the proposed API look like?
-
Updated
Feb 20, 2020
Created by Google
Released September 14, 2016
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia


Description
Right now, the documentation doesn't specify what happens when services are injected using type tokens with generic parameters (such as
MyGenericService<number>orMyGenericService<string>), or at least I haven't found such a place.The behaviour can be tested - currently different variations of generic service have the same underlying