Skip to content
#

Angular

angular logo

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 20,844 public repositories matching this topic...

storybook
levelingup
levelingup commented Dec 24, 2019

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
ionic
ebk46
ebk46 commented Dec 18, 2019

Bug Report

Ionic version:
[x] 4.7.11

Current behavior:
When the value of an Ionic input element is changed from OUTSIDE of the element, the element's onIonChange is triggered, thereby duplicating the change event.

Expected behavior:
As with every other React input, the onIonChange should only be triggered when the value was change from the element itself.

**Steps t

sheetjs
dandv
dandv commented Jan 6, 2020
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
components
thariqnu-ifm
thariqnu-ifm commented Dec 17, 2019

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

bernica
bernica commented Jan 28, 2020

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

generator-jhipster
handsontable
terminus
1LiterZinalco
1LiterZinalco commented Dec 30, 2019

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

rafamontoya
rafamontoya commented Dec 16, 2018

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] ../.

SouravKumar89
SouravKumar89 commented Aug 23, 2019

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

alanlal
alanlal commented Dec 18, 2019

🐛 bug report

Description of the problem

If you goto the dashboard and right click different sandbox previews , all the right click menus persists on the screen

How has this issue affected you? What are you trying to accomplish?

As a better user experiencem the menu from the previous right click should dissapear in the next right click

Your Environment

| Software |

BenniG82
BenniG82 commented Dec 16, 2019

Bug description:

If you are using ngbTooltip on a element that opens a ngbModal, the tooltip disappears as soon as you click (and the modal opens) => good.
But as soon as you close the modal, the tooltip reappears and won't disappear until you enter/leave the tooltipped element or click anywhere.

Link to minimally-working StackBlitz that reproduces the issue:

https://stackb

Nutomic
Nutomic commented Aug 28, 2019

A while ago, I noticed that someone was running a crawl on my instance, doing about 50 requests per second to the /api/v1/videos/ API endpoint for different video IDs. This caused 100% CPU usage, and slowed down requests from actual users.

I reported this issue to Chocobozzz so Peertube has a rate limit built in now. To reproduce the problem now, you have to increase the API rate limits in y

raw

Created by Google

Released September 14, 2016

Repository
angular/angular
Website
angular.io
Wikipedia
Wikipedia

Related Topics

react vue typescript
You can’t perform that action at this time.