Code Monkey home page Code Monkey logo

30-seconds-of-angular's People

Contributors

alex-bu-93 avatar alqlagin avatar aziz512 avatar fetis avatar irustm avatar kirjs avatar lironnhazan avatar michaelsolati avatar nothingeverhappens avatar tarsinzer avatar thekiba 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

Watchers

 avatar  avatar  avatar  avatar  avatar

30-seconds-of-angular's Issues

add dark theme

[ ] site dark theme
[ ] playground
[ ] form

  • some fun with CSS Houdini

(Translate it and add) Hash function of multiple fields for trackBy

trackBy принимает на вход hash функцию, соответственно можно написать любую свою. В самом простом понимании, мы просто возвращаем уже готовый примитив из объекта.

Если надо по нескольким полям, то делаем простую вещь:
— берем все необходимые поля
— конкатенируем

trackBy(index: number, animal: Animal): string {
  return [ animal.name, animal.type,  ].join('🦊');
}

add statistics

статистику добавить в футер. типа
100 сниппетов
66 тегов
12 авторов

ngTemplateOutlet snippet

сниппета с ngTemplateOutlet
так ведь по идее можно переиспользовать куски кода в шаблоне

form array snippet

beginners level, but I always forget details about how to make it

fb.array([
  fb.group({ firstName: 'foo', lastName: null }),
  fb.group({ firstName: 'x', lastName: 'y'  }),
])

Playground improvements

  • replace chrome-like address bar with a custom one. it should be still clear that this's address. address should be read-only

  • show loader while playground initializing.

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.