I'm setting up a system and I want to select the best framework, so, using loopback, I want to have the approval functionality like drupal, when any user signing up, they must validate her email and wait for some administrator approve them
For this requirement you need to override the method of login/signin which loopback provides in user model and then you have to validate whether admin has approved the account of user or not.