Giter Site home page Giter Site logo

taylorjg / angular2dialog Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 404 KB

Angular 2+ app demonstrating a form with validation inside an ng-bootstrap modal dialog

Home Page: https://angular2dialog.onrender.com

TypeScript 60.20% HTML 2.83% JavaScript 36.35% CSS 0.62%
angular2 typescript redis ng-bootstrap render-app

angular2dialog's Introduction

CircleCI

Description

This is a little Angular 2+ app that demonstrates a form with validation inside an ng-bootstrap modal dialog. It is an update of my earlier Angular 1.x AngularDialog repo.

A few things are different (other than the switch from Angular 1.x to Angular 2+):

  • Use of Visual Studio Code instead of Visual Studio 2015.
  • Use of Node.js/Express backend instead of IIS/ASP.NET MVC.

Try it out

The application is deployed on Heroku:

Future Plans

  • Add pagination functionality.
  • Add searching functionality.
  • Add frontend unit tests.
  • Add backend unit tests.
  • Add e2e (Protractor) tests (with mocked RESTful API).
  • Add real backend persistence (currently in-memory only). I will probably use Postgres for this.
    • In the end, I used Redis instead
  • Make the API more RESTful by adding hypermedia links.
    • Change the frontend to make use of these hypermedia links.

Screenshots

MainWindow

EditItemDialog

NewItemDialog

Links

angular2dialog's People

Contributors

taylorjg avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

kciclone

angular2dialog's Issues

First click of Cancel button doesn't dismis modal

Steps to reproduce:

  • Click the Add Item button
  • The modal is displayed with the focus in the "First name" input element
  • Click the Cancel button (using the mouse)
  • The modal is not dismissed. A validation error for the "First name" field is displayed.

Note that clicking the Cancel button again does dismiss the modal. Also, the first click of the Cancel button works as expected when editing an existing item.

Deprecation warning

After updating to Angular 4.0.3, the following warning message appears in the console:

The <template> element is deprecated. Use <ng-template> instead ("[WARNING ->]<template ngFor [ngForOf]="parts" let-part let-isOdd="odd"><span *ngIf="isOdd" class="{{highlightClas"): ng:///t/t.html@0:0

I think this is something to do with ng-bootstrap:

Keep an eye on the above issue and update ng-bootstrap when a fix is available.

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.