Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @oroszlanolo

    Submitted

    I am learning angular right now, and in this exercise, I have learned about forms and form validation.

    I am not satisfied with the long template expressions in my form. I would've liked to create some variables for them in the component class, but I am unsure how to do it. Also, I am unsure about the working of the Angular change detection. I will further explore this area in the future.

    @Pegula00

    Posted

    Looks spot on, but check a bit the year calculation part and error handling. For example, if we put in the date 1/1/1 it says it was 122 years ago and should be much more. Also check out a bit the error messages, if we put the year in the future the error message states that the day is wrong and there should be an error message specific to the year input. Hope this helps to improve your app :)

    Marked as helpful

    0
  • Breizon 40

    @Breizon

    Submitted

    Hello community, I share my first solution corresponding to this challenge that I thought was great. I hope you like it and I´m very happy to read your feedback.

    @Pegula00

    Posted

    Looks cool but check a bit the error handling and the calculations. For example, it calculates like there is no error if I put in 31st of February as input, and we know that February can have maximum of 29 days and that is on a leap year.

    Also, if we put in the year 2024. it preforms the calculation even the date is in the future, if we input month lower than 1 and higher than 12 there is also no error. If we input the date 1/1/0 it says it was 23 years ago.

    Hope this helped to improve your code a bit! :)

    Marked as helpful

    0
  • @Pegula00

    Posted

    Looks good, but calculation and error handling is a bit off. For example if you put in 1/1/1 it says it was 22 years ago and it should be 2022. Also if you put in a letter, there is no error message handling this situation. Also, if you go to mobile view, the padding is off. Letters are nearly hanging out. Hope this feedback helped! :)

    Marked as helpful

    0