Skip to content
#

angular2

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 4,612 public repositories matching this topic...

coreui-free-bootstrap-admin-template
edjm1971
edjm1971 commented Apr 6, 2020

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

shinkhouse
shinkhouse commented Jan 30, 2020

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:

MickL
MickL commented Mar 25, 2019

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

lukenconsulting
lukenconsulting commented May 4, 2020
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

dorje42
dorje42 commented Nov 13, 2019

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

jayendra13
jayendra13 commented Jun 19, 2017

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 ?

jsgoupil
jsgoupil commented Mar 26, 2020

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

dmantelli
dmantelli commented Aug 16, 2019
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

moniuch
moniuch commented Mar 8, 2018
  • 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

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.