angular2

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 4,612 public repositories matching this topic...
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
-
Updated
Jun 12, 2020 - HTML
I'm submitting a ... (check one with "x")
[X] feature request
[X] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
Plenty of examples are out there with code but nothing explains where the values for the variables are coming from.
Expected behavior
Expect to be able to open the API document and have it t
-
Updated
Jun 2, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
I've been unable to successfully implement curveBasis (or any other d3 curve function) with the curve input for ngx-charts-line-chart. There is a real lack of documentation for proper use. When trying to import d3 or d3-shape, I get typescript errors like this:
Update documentation
The documentation is very confusing about "installation" and should be updated/simplified. I have:
- A shared module
- Lazy loaded modules
- AOT compilation (which becaume the default on Angular CLI)
Do i need to apply all 3 of the mentioned headlines to this topics? When I have the shared module, does it work out of the box with lazy loaded modules? Also i should export the TranslateModul
Overview of the issue
When I try to include links in the documentation they do not appears as expected.
Operating System, Node.js, npm, compodoc version(s)
node 12.16.1
npm 6.13.4
compodoc 1.1.11 (installed globally)
Angular configuration, a package.json
file in the root folder
Compodoc installed globally or locally ?
globally
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&
inside the first option
-
Updated
Sep 20, 2017 - TypeScript
Augury version (required): 1.23.0
Angular version (required): 8.1
Date: 2019-07-11
OS: Windows 10 64 bits
Allow hiding the tab of the other DevTools tools as long as the inspected site does not use Angular, just like the Vue and React tools do
-
Updated
Jun 6, 2020 - TypeScript
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[x] support request
Howdy, I just started using Ionic and I have no idea how to use components in my app.
Specifically, I'm interested in the accordion component.
I use Angular 9.0.0-rc.1 and get this warnings, if I install ngx-toastr:
`npm WARN ngx-toastr@11.2.1 requires a peer of @angular/core@>=8.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-toastr@11.2.1 requires a peer of @angular/common@>=8.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-toastr@11.2.1 requires a peer
- Navigate to some example:
https://akveo.github.io/ng2-smart-table/#/examples/custom-editors-viewers - Click Demo source
- You get a 404 page.
The links are incorrect for all examples.
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
npm ERR! Missing: expo@~37.0.3
npm ERR! Missing: react@~16.9.0
npm ERR! Missing: react-dom@~16.9.0
npm ERR! Missing: react-native@https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz
npm ERR! Missing: react-native-web@~0.11.7
npm ERR! Missing: babe
The documentation doesn't suggest any way to remove callback from socket. We can access the raw websocket object from property and call removeEventListener
method of it, but that is not working for me.
var stream = $websocket("ws://localhost:7070/ws");
stream.socket.removeEventListener('message', callback);
Can anyone help me here ?
-
Updated
Jun 6, 2020 - TypeScript
When using the app on mobile, the sidebar once opened doesn't close automatically. It should be closed when tapped outside the sidebar area.
AOT build under Angular 9 with angularCompilerOptions.strictTemplates: true
in tsconfig.app.json
generates error TS2741: Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions'
because the @Input options
is incorrectly typed as TreeOptions
in the code, req
For support questions, please consider using Gitter - Chat
I'm submitting a ...
-
bug report
-
feature request
-
question about the decisions made in the repository
-
What is the expected behavior?
There is no documentation or code to help out mock the Analytics. If there are, please put them in your README or wi
Bug Report or Feature Request (mark with an x
)
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ ] Bug report -> please search issues before submitting
- [ X ] Feature request
- [ ] Documentation issue or request
I have a PDF with bookmarks. Multiple pages have the same bookmark: For example, a book with chapters and I know the pages
Better documentation
-
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository -
Do you want to request a feature or report a bug?
It is basically a request for better documentation.
When starting to implementing the module in my app I looked at many examples you provide (plnkr, snippets in readme) and couldn't see clear info on:
- list of
Tried to use virtual-scroller with window scroll,
Works well with chrome and IE 11, but doesn't work with IE 10
Problem is whitespaces at the top, calculation of height and translate value is incorrect
<img width="1680"
Describe the bug
Deleting a widget (GridsterItem):
public onDelete(item) {
this.items.splice(this.items.indexOf(item), 1);
}

Issue description