Git Product home page Git Product logo

angular-base's People

Contributors

pmagaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

lsblanco

angular-base's Issues

The app has more height than necessary forcing the scroll

I want request a bug.

The current behavior is:

log

Expected behaviour:

Scroll appears only when the size of a child exceeds that of the parent.

Relevant information such as the browser version, Node.js version, and Operating System.

Linux 4.15.*, Node 8.9.4, Chromium 65

Smarter change detection

I want request a bug.

The current behavior is:

44 view checks for click button, update or not the state, only in CalculatorComponent

Logs
logs

Steps to reproduce:

  • Define
import { AfterViewChecked } from '@angular/core';

export class DebugViewCheck implements AfterViewChecked {
  ngAfterViewChecked(): void {
    console.log('[CHECK]', this.constructor.name);
  }
}
  • Extends components with DebugViewCheck
  • Count logs

Expected behavior

Check the view only when the component status changes, using ChangeDetectionStrategy and ChangeDetectorRef. As described in ngrx and explained smarter-change-detection

Relevant information such as the browser version, Node.js version, and Operating System.
Linux 4.15.*, Node 8.9.4, Chromium 65

Error when build in travis-CI

I want request a bug.

Current behavior

When travis-ci do ngc -p tsconfig.aot.json can't find the correct webpack types definition.

Expected behavior

Done without errors.

Relevant information such as the browser version, Node.js version, and Operating System.
Your Travis-CI

Component calculator, does not maintain consistency when using clear button.

I want request a bug.

The current behavior is:

logs
The reducer is caoitic because it mixes selectors and does not follow the standards provided in the redux documentation.

Expected behaviour:

Correct simple calculator operation after press operation+clear button.

Relevant information such as the browser version, Node.js version, and Operating System.
Linux 4.15.*, Node 8.9.4, Chromium 65

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.