A
Anonymous
Faculty List Component - Copy this Angular, Css Component to your project
Design me a component using angular 18 and bootstrap 5.3. Its for the displaying faculties and subfaculties of those faculties if any exists. The cards should be multiple and created automatically in loop. The data we get from api is in json as: private Long id; private String name; private String description; private String tenantId; private String address; private String website; private String email; private String phone; @ManyToOne @JoinColumn(name = "board_id") private Board board;
Prompt
