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 25,089 public repositories matching this topic...

storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined

To Reproduce
Steps to reproduce the behavior:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb
sheetjs
components
workcomped
workcomped commented Aug 20, 2020

Reproduction

https://stackblitz.com/edit/angular-yrahxe?file=src%2Fapp%2Ftab-group-basic-example.html

Steps to reproduce:

  1. Create a MatTabGroup with more than one tab
  2. Set selectedIndex input on MatTabGroup to any valid index above 0
  3. bind to focusChange event and attempt to work with this event
  4. Select first tab

Expected Behavior

focusChange event should fir

erkanarslan
erkanarslan commented Mar 5, 2020

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

ng-zorro-antd
semoal
semoal commented Aug 27, 2020

We're thinking in to improve examples folder with anything you consider, I though about:

New examples:

  • complete example in typescript with (loading, persist, immer, select, updated) (we'll run the testing suite to that example)
  • NEXT-JS Example (typescript or not, i don't care) =)

Refactor examples:

  • All the examples of plugins (in my opinion should be together), t

Created by Google

Released September 14, 2016

Repository
angular/angular
Website
angular.io
Wikipedia
Wikipedia

Related Topics

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