-
Updated
May 19, 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 22,952 public repositories matching this topic...
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
Then when I ran:
npx -p @storybook/cli sb init
I get the error TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal:
sb init - the simplest way to add a
Hi,
I'm looking for something like .prettierignore but on a global level, i don't want to copy that file to every new directory i make just to ignore 1 file extension which isn't supported anyway.
AFAIK this isn't supported right?
BTW the extension in this case is EJS which prettier thinks is JS and some other stuff so the best way really is to ignore .ejs as a whole.
-
Updated
May 16, 2020 - JavaScript
const XLSX = require('xlsx');
const wb = XLSX.utils.book_new();
const ws = XLSX.utils.json_to_sheet([]);
XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');
ws.A1 = { t: 's', f: 'square' };
XLSX.writeFile(wb, 'formula.ods');
The resulting .ODS file contains:
<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
Reproduction
Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-b8qqaf
Steps to reproduce:
- Create chip list input
https://material.angular.io/components/chips/overview - Disable form field
Expected Behavior
What behavior were you expecting to see?
Should be disabled, light gray color
Actual Behavior
What behavior did you actua
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
Version: 1.0.107
Platform: win32 10.0.19041
Plugins: clickable-links
Can you add a setting to hide Terminus when click the close button instead of directly closing it? Please ~
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] ../.
I didn't see any way to send this feedback from the website, so I'm posting here as an issue.
The installation docs lists the following clone url:
https://github.com/coreui/free-bootstrap-admin-template.git
when in fact it should be this repo's url:
<https://github.com/coreui/coreui-free-bootstrap-admin-template.g
🐛 bug report
Description of the problem. How has this issue affected you? What are you trying to accomplish?
I tried to use react component like react-window
in preact sandox which works perfectly fine locally but is not working in codesandbox.
Link to sandbox: preact-template-compat-issue
Root cause
Preact tr
Update documentation
Hi there!
Thanks for submitting an issue to Protractor.
To help us help you better, please do the following before submitting an issue:
- Review the questions section of CONTRIBUTING.md.
- Make sure you are not asking a usage or debugging question. If you are, use [StackOverflow](http://stackoverflow.com/
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.)
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
I'm a sorta newer in this field, so please don't blame for such question..
I'm trying to add this library to my project and don't really undestand why it's not working.
The next is part of my attempts:
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
</
Bug description:
Accordion Custom header demo does not follow WAI-ARIA Authoring Practices for accordion.
The title of each accordion header is contained in an element with role button.
Each accordion header button is wrapped in
-
Updated
Mar 19, 2020 - HTML
I've not seen any oembed snippet code to add, and since it would be complicated to add a it to the reference file, you could give a snippet
[
{
"schemes": ["https:\/\/instance.tube\/videos\/watch\/*"],
"url":"https:\/\/instance.tube\/services\/oembed",
"discovery":true
}
]
I've tried it and it works well on a Moodle Instance, where instance.tube
is a r
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
This is frequently asked question about the cascader component. Adding a FAQ section would help more users who have the same problem.
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
-
Updated
Mar 17, 2020
- 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 |
In the TypeScript styleguide, you mention that "Use index.ts for the module definition file, so you can import the module by directory name", but then go on to use componentName.module.ts
as the module file name. Do you recommend using index.ts
(or index.js
for ES6+ projects) or componentName.module.ts/js
?
I personally like index.js
, but it's only mentioned in passing in the TS style
Motivation
Hello everyone, I'm opening this issue because I'd like to improve the documentation on this feature that I found actually amazing for testing my firestore-triggered (and http-triggered) cloud functions locally, adding breakpoints.
I want to share it because I was struggling for many days in order to debug my cloud functions locally, and maybe improving documentation can be a be
Created by Google
Released September 14, 2016
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
We should discuss how to best support a library author providing translations for their library.