I am having a hard time finding a good code example of component using Angularjs 1.5.5 ( NOT Angular 2.0 ). Does Angular 1.5.5 really supports decorators like @Component OR @Injectable and if yes can someone please share a good code example ?
Also i would like to know how does the inter component communicaton works in Angular 1.5.5 ? Does it have @Input decorator ?