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,303 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
It is difficult to customize MDX/DocPage stories using the @storybook/theming setup [v5.2.4]. Customizing individual blocks is difficult, as they only render with minified/hashed css classnames.
Describe the solution you'd like
An inter
-
Updated
Feb 29, 2020 - JavaScript
π Docs or angular.io bug report
Description
There's no documentation for `ng serve --browser-targe
There is a difference in safegetzipfile method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"") so I get this error "Cannot find file [Content_Types].xml in zip" ev
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
entity name should be in @RequestMapping in [entityName]Resource.java, in order to avoid code duplication of entity name in @GetMapping, @PostMapping, @PutMapping, @DeleteMapping etc.
@RestController
@RequestMapping("/api/[entityName]")
// ...
@GetMapping("/{id}")
// ...
@DeleteMapping("/{id}")
instead of
@RestController
@Re
Description
Starting from version 8.0.0 (specifically from PR handsontable/handsontable#6157, it is no longer possible to set a custom border color or border width of current cell, area, fill selection using CSS. (demo of how that woked in 7.x: https://jsfiddle.net/kayw7e20/1/).
This feature was not officially supported, but we are expecting that some developers
Type
Enhancement/Feature Request
What You Do
- Copy a multiline string from somewhere, such as:
hello
world
- Paste this into the terminal window
What You See
The pasted text is entered without a warning and immediately executed by the shell.
What You Expect
A popup dialog confirming that you really wanted a multi-line paste. In my experience
On Windows10 machine, following README installation instructions:
c:\code\mean>npm start
mean@2.0.2 start c:\code\mean
concurrently -c "yellow.bold,green.bold" -n "SERVER,BUILD" "nodemon server" "ng build --watch"
[SERVER] [nodemon] 1.18.9
[SERVER] [nodemon] to restart at any time, enter rs
[SERVER] [nodemon] watching: .
[SERVER] [nodemon] starting node server
[SERVER] ../.
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
}
π₯ Crash Report
What were you trying to accomplish when the crash occurred?
Please use this issue template to describe what you were doing when you encountered this crash. While we are able to fill in some details automatically, it's not always enough to reproduce!
Link to sandbox: [link]() (optional)
Crash Details
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 29, 2020 - HTML
What happened?
One can post links in the description and in the comment section of any video. The problem is if that link points to a locatio
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
Describe the bug
Getting this warning when building prod webpack config and running it
You are currently using minified code outside of NODE_ENV === 'production'. This means that you are
running a slower development build of Redux. You can use loose-envify
(https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack
(http://stackoverflow.com/questions/30030
What problem does this feature solve?
What does the proposed API look like?
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.
- I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
|---|---|
| generator-angular-fullstack | 5.0.0-beta.3 |
| Node | v8.9.3 |
| npm | 5.6.0 |
| Operating System | Ubuntu 16.04 |
| Item | Answer |
|---|---|
| Transpiler | TypeScript |
| Markup | HTML |
| CSS | SCSS |
| Router | ui-router |
| Client Test |
-
Updated
Feb 28, 2020
Hello,
Firstly, please fix documentation http://support.ajenti.org/topics/1131-installing-on-freebsd-experimental/ regarding install on FreeBSD. There is no net/py-ldap2 port anymore. Please change it to:
cd /usr/ports/net/py-ldap; make install clean;
After install Ajenti it doesn't see default config file:
# service ajenti start
05.10.2016 20:17 ERROR Config file "" not found
I h
Created by Google
Released September 14, 2016
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.