Code Monkey home page Code Monkey logo

angular2-fundamentals-files's People

Contributors

jmcooper avatar joeeames avatar robertoachar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular2-fundamentals-files's Issues

500 error in server error

api :- api/login get 500 server error. and direxctly run this url in browser getting 400 error in console.. .

Save button [disabled]??

Is the [disabled]="newEventForm.invalid" supposed to be on the Cancel button or the Save button? Thought it should be on the Save button.

Diving deeper in reactive forms

Hi,

I've been going through your video on pluralsight which is the angular 2 fundamentals and trying out to create my own exercises, but i'm having a difficulty replicating the create session component url. I have this code below.

const routeArray: Routes = [
{ path: '', redirectTo: 'home', pathMatch: 'full' },
{ path: 'home', component: HomeComponent },
{ path: 'counter', component: CounterComponent },
{ path: 'events/new', component: CreateEventComponent, canDeactivate: ['canDeactivateCreateEvent'] },
{ path: 'events', component: EventsListComponent, resolve: { events: EventListResolver } },
{ path: 'events/:id', component: EventDetailsComponent, canActivate: [EventrouteActivator] },
{ path: 'events/session/new', redirectTo: 'events/session/new' },
{ path: '404', component: Error404Component },
{ path: 'user', loadChildren: 'app/user/user.module#UserModule' },
//{ path: '**', redirectTo: 'home' }
];

all is working fine except when i try to navigate http://localhost:13943/events/session/new it always redirects to the ui of 'events/new'. my version of angular is 4.0 by the way.

Question: Username credentials

Hi John,

After finishing the course on pluralsight, I'm struggling to find where the list of users that the auth.service.ts post request uses to authenticate users is. I've searched throughout the code base for where 'johnpapa', 'igorminar', etc. are defined but I only see them in the voters string for each event.
My goal is to build on top of what you've taught and create a 'Create a new user' function.

Thanks,
Alex

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.